diff --git a/src/app/profile/custom-content/edit-content.html b/src/app/profile/custom-content/edit-content.html index bd5d1d8..7513230 100644 --- a/src/app/profile/custom-content/edit-content.html +++ b/src/app/profile/custom-content/edit-content.html @@ -1,7 +1,7 @@

{{"custom_content.title" | translate}}

- - - + + +
diff --git a/src/languages/en.json b/src/languages/en.json index c027e2b..87fe17a 100644 --- a/src/languages/en.json +++ b/src/languages/en.json @@ -167,5 +167,8 @@ "is invalid": "is invalid", "block.edition.save.button": "Save", "block.edition.preview.button": "Preview", - "block.edition.cancel.button": "Cancel" + "block.edition.cancel.button": "Cancel", + "custom-content.edition.save.button": "Save", + "custom-content.edition.preview.button": "Preview", + "custom-content.edition.cancel.button": "Cancel" } diff --git a/src/languages/pt.json b/src/languages/pt.json index f890037..e8edd79 100644 --- a/src/languages/pt.json +++ b/src/languages/pt.json @@ -170,5 +170,8 @@ "is invalid": "é inválido", "block.edition.save.button": "Salvar", "block.edition.preview.button": "Simular", - "block.edition.cancel.button": "Cancelar" + "block.edition.cancel.button": "Cancelar", + "custom-content.edition.save.button": "Salvar", + "custom-content.edition.preview.button": "Simular", + "custom-content.edition.cancel.button": "Cancelar" } -- libgit2 0.21.2