Update copy on app settings page

This commit is contained in:
leigh-mil
2020-01-19 08:35:21 -05:00
parent 88d57a414b
commit d0ae04193b
4 changed files with 8 additions and 4 deletions

View File

@@ -84,7 +84,7 @@
{{ TextInput(edit_form.name, validation='requiredField', optional=False) }}
{{
SaveButton(
text=("common.save" | translate)
text=("common.save_changes" | translate)
)
}}
</form>