aboutsummaryrefslogtreecommitdiffstats
path: root/apps/theming/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/theming/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/theming/src')
-rw-r--r--apps/theming/src/AdminTheming.vue4
-rw-r--r--apps/theming/src/UserThemes.vue6
2 files changed, 5 insertions, 5 deletions
diff --git a/apps/theming/src/AdminTheming.vue b/apps/theming/src/AdminTheming.vue
index 37eabc12774..70ef6a7d54a 100644
--- a/apps/theming/src/AdminTheming.vue
+++ b/apps/theming/src/AdminTheming.vue
@@ -22,7 +22,7 @@
<template>
<section>
- <NcSettingsSection :title="t('theming', 'Theming')"
+ <NcSettingsSection :name="t('theming', 'Theming')"
:description="t('theming', 'Theming makes it possible to easily customize the look and feel of your instance and supported clients. This will be visible for all users.')"
:doc-url="docUrl"
data-admin-theming-settings>
@@ -70,7 +70,7 @@
</div>
</div>
</NcSettingsSection>
- <NcSettingsSection :title="t('theming', 'Advanced options')">
+ <NcSettingsSection :name="t('theming', 'Advanced options')">
<div class="admin-theming-advanced">
<TextField v-for="field in advancedTextFields"
:key="field.name"
diff --git a/apps/theming/src/UserThemes.vue b/apps/theming/src/UserThemes.vue
index bb040358bb2..2bc8b5bf0b2 100644
--- a/apps/theming/src/UserThemes.vue
+++ b/apps/theming/src/UserThemes.vue
@@ -23,7 +23,7 @@
<template>
<section>
- <NcSettingsSection :title="t('theming', 'Appearance and accessibility')"
+ <NcSettingsSection :name="t('theming', 'Appearance and accessibility')"
:limit-width="false"
class="theming">
<p v-html="description" />
@@ -51,7 +51,7 @@
</div>
</NcSettingsSection>
- <NcSettingsSection :title="t('theming', 'Keyboard shortcuts')">
+ <NcSettingsSection :name="t('theming', 'Keyboard shortcuts')">
<p>{{ t('theming', 'In some cases keyboard shortcuts can interfere with accessibility tools. In order to allow focusing on your tool correctly you can disable all keyboard shortcuts here. This will also disable all available shortcuts in apps.') }}</p>
<NcCheckboxRadioSwitch class="theming__preview-toggle"
:checked.sync="shortcutsDisabled"
@@ -62,7 +62,7 @@
</NcCheckboxRadioSwitch>
</NcSettingsSection>
- <NcSettingsSection :title="t('theming', 'Background')"
+ <NcSettingsSection :name="t('theming', 'Background')"
class="background"
data-user-theming-background-disabled>
<template v-if="isUserThemingDisabled">