Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/server.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'apps/user_status/src/components/ClearAtSelect.vue')
-rw-r--r--apps/user_status/src/components/ClearAtSelect.vue6
1 files changed, 2 insertions, 4 deletions
diff --git a/apps/user_status/src/components/ClearAtSelect.vue b/apps/user_status/src/components/ClearAtSelect.vue
index cd8865edb43..09e0068f87f 100644
--- a/apps/user_status/src/components/ClearAtSelect.vue
+++ b/apps/user_status/src/components/ClearAtSelect.vue
@@ -21,12 +21,10 @@
<template>
<div class="clear-at-select">
- <span
- class="clear-at-select__label">
+ <span class="clear-at-select__label">
{{ $t('user_status', 'Clear status message after') }}
</span>
- <Multiselect
- label="label"
+ <Multiselect label="label"
:value="option"
:options="options"
open-direction="top"