Browse Source

Merge pull request #22974 from nextcloud/Valdnet-patch-8

l10n: Rename the directory for translations
pull/22998/head
Roeland Jago Douma 5 years ago
committed by GitHub
parent
commit
eb3e33076c
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 4
      apps/user_status/js/user-status-menu.js
  2. 2
      apps/user_status/js/user-status-menu.js.map
  3. 2
      apps/user_status/src/components/ClearAtSelect.vue

4
apps/user_status/js/user-status-menu.js
File diff suppressed because it is too large
View File

2
apps/user_status/js/user-status-menu.js.map
File diff suppressed because it is too large
View File

2
apps/user_status/src/components/ClearAtSelect.vue

@ -23,7 +23,7 @@
<div class="clear-at-select">
<span
class="clear-at-select__label">
{{ $t('user_select', 'Clear status after') }}
{{ $t('user_status', 'Clear status after') }}
</span>
<Multiselect
label="label"

Loading…
Cancel
Save