Skip to content

Commit eb378aa

Browse files
szaimennextcloud-command
authored andcommitted
don't translate a variable
Signed-off-by: Simon L <szaimen@e.mail.de> Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
1 parent 8be076a commit eb378aa

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
<Multiselect :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)