add branding option
All checks were successful
Build & Push Docker Image / build (push) Successful in 1m10s
All checks were successful
Build & Push Docker Image / build (push) Successful in 1m10s
This commit is contained in:
@@ -277,6 +277,19 @@
|
||||
"userDeleteFailed": "Error deleting user",
|
||||
"passwordReset": "Password reset",
|
||||
"passwordResetFailed": "Error resetting password",
|
||||
"deleteUserConfirm": "Really delete user \"{name}\"? All rooms will also be deleted."
|
||||
"deleteUserConfirm": "Really delete user \"{name}\"? All rooms will also be deleted.",
|
||||
"brandingTitle": "Branding",
|
||||
"brandingDescription": "Customize the logo and app name shown across the application.",
|
||||
"logoLabel": "Logo",
|
||||
"logoUpload": "Upload logo",
|
||||
"logoChange": "Change logo",
|
||||
"logoHint": "PNG, JPG, SVG or WebP. Max 2 MB.",
|
||||
"logoUploaded": "Logo uploaded",
|
||||
"logoUploadFailed": "Logo upload failed",
|
||||
"logoRemoved": "Logo removed",
|
||||
"logoRemoveFailed": "Could not remove logo",
|
||||
"appNameLabel": "App name",
|
||||
"appNameUpdated": "App name updated",
|
||||
"appNameUpdateFailed": "Could not update app name"
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user