Skip to content

Commit 0be897b

Browse files
authored
Merge pull request #36326 from nextcloud/enh/29584/fix-translation
don't translate a variable
2 parents 486e1df + e46daa8 commit 0be897b

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

apps/settings/src/components/PersonalInfo/ProfileVisibilitySection/VisibilityDropdown.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
<div class="visibility-container"
2525
:class="{ disabled }">
2626
<label :for="inputId">
27-
{{ t('settings', '{displayId}', { displayId }) }}
27+
{{ displayId }}
2828
</label>
2929
<NcMultiselect :id="inputId"
3030
class="visibility-container__multiselect"

dist/settings-vue-settings-personal-info.js

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/settings-vue-settings-personal-info.js.map

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)