aboutsummaryrefslogtreecommitdiffstats
path: root/apps/user_status/src
diff options
context:
space:
mode:
authorFerdinand Thiessen <opensource@fthiessen.de>2023-07-23 02:03:13 +0200
committerFerdinand Thiessen <opensource@fthiessen.de>2023-08-02 15:19:26 +0200
commit663db2bb3439e191a9969aaa56cf8f936f1579e2 (patch)
tree4f8a4e5977bc67dada692ca8ae1b52653950c682 /apps/user_status/src
parent114cad3812839afa00f4144b7029ccf882bbea75 (diff)
downloadnextcloud-server-663db2bb3439e191a9969aaa56cf8f936f1579e2.tar.gz
nextcloud-server-663db2bb3439e191a9969aaa56cf8f936f1579e2.zip
chore: Update nextcloud-vue to v8 beta2 and renamed changed properties
Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
Diffstat (limited to 'apps/user_status/src')
-rw-r--r--apps/user_status/src/components/SetStatusModal.vue2
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/user_status/src/components/SetStatusModal.vue b/apps/user_status/src/components/SetStatusModal.vue
index d40c3b68170..c45213f9069 100644
--- a/apps/user_status/src/components/SetStatusModal.vue
+++ b/apps/user_status/src/components/SetStatusModal.vue
@@ -21,7 +21,7 @@
<template>
<NcModal size="normal"
- :title="$t('user_status', 'Set status')"
+ :name="$t('user_status', 'Set status')"
@close="closeModal">
<div class="set-status-modal">
<!-- Status selector -->