Merge pull request #36344 from nextcloud/backport/36326/stable25

[stable25] don't translate a variable
This commit is contained in:
Simon L 2023-01-25 20:59:56 +01:00 committed by GitHub
commit f8812c747f
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 4 additions and 4 deletions

View file

@ -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"

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long