diff --git a/src/bundle/Resources/translations/dashboard.en.xliff b/src/bundle/Resources/translations/dashboard.en.xliff index 8b243dca6a..537bf60842 100644 --- a/src/bundle/Resources/translations/dashboard.en.xliff +++ b/src/bundle/Resources/translations/dashboard.en.xliff @@ -7,8 +7,8 @@ - Create - Create + Create content + Create content key: dashboard.create diff --git a/src/bundle/Resources/translations/language.en.xliff b/src/bundle/Resources/translations/language.en.xliff index cd383d996e..7712498f96 100644 --- a/src/bundle/Resources/translations/language.en.xliff +++ b/src/bundle/Resources/translations/language.en.xliff @@ -102,8 +102,8 @@ key: language.name.label - Create - Create + Add language + Add language key: language.new diff --git a/src/bundle/Resources/translations/section.en.xliff b/src/bundle/Resources/translations/section.en.xliff index 6e9124b6fb..845117cc04 100644 --- a/src/bundle/Resources/translations/section.en.xliff +++ b/src/bundle/Resources/translations/section.en.xliff @@ -112,8 +112,8 @@ key: section.name - Create a new Section - Create a new Section + Create + Create key: section.new diff --git a/src/bundle/Resources/views/themes/admin/language/list.html.twig b/src/bundle/Resources/views/themes/admin/language/list.html.twig index 2769e6a392..0311126cf3 100644 --- a/src/bundle/Resources/views/themes/admin/language/list.html.twig +++ b/src/bundle/Resources/views/themes/admin/language/list.html.twig @@ -33,7 +33,7 @@ - {{ 'language.new'|trans|desc('Create') }} + {{ 'language.new'|trans|desc('Add language') }} diff --git a/src/bundle/Resources/views/themes/admin/section/list.html.twig b/src/bundle/Resources/views/themes/admin/section/list.html.twig index 679fcdddc1..5ea162ea4e 100644 --- a/src/bundle/Resources/views/themes/admin/section/list.html.twig +++ b/src/bundle/Resources/views/themes/admin/section/list.html.twig @@ -32,7 +32,7 @@ - {{ 'section.new'|trans|desc('Create a new Section') }} + {{ 'section.new'|trans|desc('Create') }} diff --git a/src/bundle/Resources/views/themes/admin/ui/dashboard/dashboard.html.twig b/src/bundle/Resources/views/themes/admin/ui/dashboard/dashboard.html.twig index 371c39923b..d5ce3be809 100644 --- a/src/bundle/Resources/views/themes/admin/ui/dashboard/dashboard.html.twig +++ b/src/bundle/Resources/views/themes/admin/ui/dashboard/dashboard.html.twig @@ -14,7 +14,7 @@ - {{ 'dashboard.create'|trans|desc('Create') }} + {{ 'dashboard.create'|trans|desc('Create content') }} {% endblock %}