mirror of
https://github.com/nextcloud/server.git
synced 2026-03-01 04:50:40 -05:00
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>
This commit is contained in:
parent
8be076afed
commit
eb378aa5cd
3 changed files with 4 additions and 4 deletions
|
|
@ -24,7 +24,7 @@
|
|||
<div class="visibility-container"
|
||||
:class="{ disabled }">
|
||||
<label :for="inputId">
|
||||
{{ t('settings', '{displayId}', { displayId }) }}
|
||||
{{ displayId }}
|
||||
</label>
|
||||
<Multiselect :id="inputId"
|
||||
class="visibility-container__multiselect"
|
||||
|
|
|
|||
4
dist/settings-vue-settings-personal-info.js
vendored
4
dist/settings-vue-settings-personal-info.js
vendored
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
Loading…
Reference in a new issue