Skip to content

Commit

Permalink
IBX-1859: Update primary buttons labels in various places (#173)
Browse files Browse the repository at this point in the history
  • Loading branch information
dew326 authored Jan 13, 2022
1 parent 7b2f6ac commit 4140613
Show file tree
Hide file tree
Showing 6 changed files with 9 additions and 9 deletions.
4 changes: 2 additions & 2 deletions src/bundle/Resources/translations/dashboard.en.xliff
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@
</header>
<body>
<trans-unit id="b9b7f78038b71a27e7b4c2d2978a3946bb48c90b" resname="dashboard.create">
<source>Create</source>
<target state="new">Create</target>
<source>Create content</source>
<target state="new">Create content</target>
<note>key: dashboard.create</note>
</trans-unit>
<trans-unit id="8f2d000c044a9f04c457499e57f6fbbb8360e23f" resname="dashboard.tab.all_content.empty">
Expand Down
4 changes: 2 additions & 2 deletions src/bundle/Resources/translations/language.en.xliff
Original file line number Diff line number Diff line change
Expand Up @@ -102,8 +102,8 @@
<note>key: language.name.label</note>
</trans-unit>
<trans-unit id="8e4642a0c879921e8bf31752abc577c4bf8d098b" resname="language.new">
<source>Create</source>
<target state="new">Create</target>
<source>Add language</source>
<target state="new">Add language</target>
<note>key: language.new</note>
</trans-unit>
<trans-unit id="ed7e6b485737184b494f399ea010f537c9a741f5" resname="language.new.title">
Expand Down
4 changes: 2 additions & 2 deletions src/bundle/Resources/translations/section.en.xliff
Original file line number Diff line number Diff line change
Expand Up @@ -112,8 +112,8 @@
<note>key: section.name</note>
</trans-unit>
<trans-unit id="12023a25e9c04ceef708820416f14a5a1e188688" resname="section.new">
<source>Create a new Section</source>
<target state="new">Create a new Section</target>
<source>Create</source>
<target state="new">Create</target>
<note>key: section.new</note>
</trans-unit>
<trans-unit id="e771bfe2e0091aad8731fd441667fba59cbf59c3" resname="section.new.title">
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
<use xlink:href="{{ ibexa_icon_path('create') }}"></use>
</svg>
<span class="ibexa-btn__label">
{{ 'language.new'|trans|desc('Create') }}
{{ 'language.new'|trans|desc('Add language') }}
</span>
</a>
</li>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
<use xlink:href="{{ ibexa_icon_path('create') }}"></use>
</svg>
<span class="ibexa-btn__label">
{{ 'section.new'|trans|desc('Create a new Section') }}
{{ 'section.new'|trans|desc('Create') }}
</span>
</a>
</li>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
<svg class="ibexa-icon ibexa-icon--small ibexa-icon--create">
<use xlink:href="{{ ibexa_icon_path('create') }}"></use>
</svg>
<span>{{ 'dashboard.create'|trans|desc('Create') }}</span>
<span>{{ 'dashboard.create'|trans|desc('Create content') }}</span>
</button>
</div>
{% endblock %}
Expand Down

0 comments on commit 4140613

Please sign in to comment.