Use SaveButton macro and base-form vue component on app settings page

Use common translations for save button
This commit is contained in:
leigh-mil
2019-08-16 08:34:41 -04:00
parent 068405607c
commit 2fd148eda8
4 changed files with 35 additions and 33 deletions

View File

@@ -81,7 +81,7 @@
<div class='action-group'>
{{
SaveButton(
text=("portfolios.applications.update_button_text" | translate)
text=("common.save" | translate)
)
}}
</div>

View File

@@ -90,7 +90,7 @@
{{ TextInput(edit_form.name, validation='requiredField') }}
{{
SaveButton(
text=("portfolios.applications.update_button_text" | translate)
text=("common.save" | translate)
)
}}
</form>