pretty much "the rest"

This commit is contained in:
Henry Jameson 2025-12-08 22:29:47 +02:00
commit a7fa7558b3
13 changed files with 399 additions and 27 deletions

View file

@ -140,6 +140,9 @@ export default {
},
backendDescriptionLabel () {
if (this.realSource !== 'admin') return ''
if (this.overrideBackendDescriptionLabel !== '' && typeof this.overrideBackendDescriptionLabel === 'string') {
return this.overrideBackendDescriptionLabel
}
if (!this.backendDescription || this.overrideBackendDescriptionLabel) {
return this.$t([
'admin_dash',