Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

IBX-1859: Update primary buttons labels in various places #173

Merged
merged 2 commits into from
Jan 13, 2022
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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>
dew326 marked this conversation as resolved.
Show resolved Hide resolved
<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