Browse Source

Merge pull request #33519 from nextcloud/rakekniven-patch-2

pull/33548/head
John Molakvoæ 3 years ago
committed by GitHub
parent
commit
b1e86f39fe
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      apps/dashboard/src/components/BackgroundSettings.vue
  2. 4
      dist/dashboard-main.js
  3. 2
      dist/dashboard-main.js.map

2
apps/dashboard/src/components/BackgroundSettings.vue

@ -32,7 +32,7 @@
tabindex="0"
:class="{ 'icon-loading': loading === 'default', active: background === 'default' }"
@click="setDefault">
{{ t('dashboard', 'Default images') }}
{{ t('dashboard', 'Default image') }}
</button>
<button class="background color"
:class="{ active: background === 'custom' }"

4
dist/dashboard-main.js
File diff suppressed because it is too large
View File

2
dist/dashboard-main.js.map
File diff suppressed because it is too large
View File

Loading…
Cancel
Save