dashboard: better login page background image label

This commit is contained in:
Johannes Zellner
2024-06-24 19:34:32 +02:00
parent 4b96d5879c
commit 78aee78d9c
3 changed files with 6 additions and 4 deletions
+2 -1
View File
@@ -656,7 +656,8 @@
},
"changeLogo": {
"title": "Choose Cloudron Avatar"
}
},
"backgroundImage": "Login page background image"
},
"emails": {
"title": "Email",
+3 -2
View File
@@ -1037,7 +1037,8 @@
"checkForUpdatesAction": "Controleer op updates",
"customAppUpdateInfo": "Er zijn geen updates beschikbaar voor deze maatwerk app",
"updateAvailableAction": "Update beschikbaar",
"repository": "Pakket Opslagplaats"
"repository": "Pakket Opslagplaats",
"installedAt": "Geïnstalleerd"
},
"auto": {
"title": "Automatische updates",
@@ -1254,7 +1255,7 @@
"showLogsAction": "Toon logbestanden"
},
"configureIp": {
"title": "Configureer IP aanbieder",
"title": "Configureer IPv4 aanbieder",
"providerGenericDescription": "Het publieke IP adres van deze server wordt automatisch gedetecteerd."
},
"ipv4": {
+1 -1
View File
@@ -56,7 +56,7 @@
<div class="form-group">
<div>
<input id="userBackgroundInput" type="checkbox" ng-model="background.enabled">
<label for="userBackgroundInput" class="control-label">Use background image</label>
<label for="userBackgroundInput" class="control-label">{{ 'branding.backgroundImage' | tr }}</label>
<div class="branding-background" ng-show="background.enabled" ng-click="background.selectNew()">
<img ng-src="{{ background.url() }}" onerror="this.src = '/img/background-image-placeholder.svg'"/>
<i class="picture-edit-indicator fa fa-pencil-alt"></i>