Skip to content

Commit

Permalink
Merge pull request #36344 from nextcloud/backport/36326/stable25
Browse files Browse the repository at this point in the history
[stable25] don't translate a variable
  • Loading branch information
szaimen authored Jan 25, 2023
2 parents e33fec6 + c13aa49 commit f8812c7
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
<div class="visibility-container"
:class="{ disabled }">
<label :for="inputId">
{{ t('settings', '{displayId}', { displayId }) }}
{{ displayId }}
</label>
<NcMultiselect :id="inputId"
class="visibility-container__multiselect"
Expand Down
4 changes: 2 additions & 2 deletions dist/settings-vue-settings-personal-info.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion dist/settings-vue-settings-personal-info.js.map

Large diffs are not rendered by default.

0 comments on commit f8812c7

Please sign in to comment.