diff --git a/src/app/applications/application-formular/application-formular.component.html b/src/app/applications/application-formular/application-formular.component.html
index 14e60fcaa6..4df12a8135 100644
--- a/src/app/applications/application-formular/application-formular.component.html
+++ b/src/app/applications/application-formular/application-formular.component.html
@@ -490,7 +490,7 @@
/>
GB
- How much total extra storage do you need for your VMs?
+ How much total storage do you need for your VMs in form of Volumes?
diff --git a/src/app/projectmanagement/modals/adjust-application/adjust-application.component.html b/src/app/projectmanagement/modals/adjust-application/adjust-application.component.html
index 4106c18141..b0b772fdb3 100644
--- a/src/app/projectmanagement/modals/adjust-application/adjust-application.component.html
+++ b/src/app/projectmanagement/modals/adjust-application/adjust-application.component.html
@@ -27,7 +27,7 @@
Adjust application for {{ application?.project_application_shortname }}
[ngStyle]="{
'background-color': adjustedApplication.project_application_openstack_project
? '#FF0000'
- : '#00adef'
+ : '#00adef',
}"
>
@@ -78,7 +78,7 @@ Adjust application for {{ application?.project_application_shortname }}
appInteger
[ngClass]="{
'is-invalid': resourceAdjustmentForm.controls.granted_lifetime_counter?.invalid,
- 'is-valid': resourceAdjustmentForm.controls.granted_lifetime_counter?.valid
+ 'is-valid': resourceAdjustmentForm.controls.granted_lifetime_counter?.valid,
}"
/>
@@ -109,7 +109,7 @@