File tree Expand file tree Collapse file tree 3 files changed +3
-1
lines changed
src/Umbraco.Web.UI.Client/src
apps/backoffice/components Expand file tree Collapse file tree 3 files changed +3
-1
lines changed Original file line number Diff line number Diff line change @@ -61,7 +61,7 @@ export class UmbBackofficeHeaderLogoElement extends UmbLitElement {
61
61
62
62
override render ( ) {
63
63
return html `
64
- <uui- butto n id= "header-logo-button" look = "primary" label = "Logo" compact popovertarget = "logo-popover" >
64
+ <uui- butto n id= "header-logo-button" look = "primary" label = ${ this . localize . term ( 'buttons_viewSystemDetails' ) } compact popovertarget= "logo-popover" >
65
65
<umb- app- logo id= "header-logo" loading = "eager" override-theme = "umb-dark-theme" > </ umb- app- logo>
66
66
</ uui- butto n>
67
67
<uui- popover- container id= "logo-popover" placement = "bottom-start" >
Original file line number Diff line number Diff line change @@ -176,6 +176,7 @@ export default {
176
176
confirmActionConfirm : 'Confirm' ,
177
177
morePublishingOptions : 'More publishing options' ,
178
178
submitChanges : 'Submit' ,
179
+ viewSystemDetails :"View Umbraco CMS system information and version number"
179
180
} ,
180
181
auditTrailsMedia : {
181
182
delete : 'Media deleted' ,
Original file line number Diff line number Diff line change @@ -138,6 +138,7 @@ export default {
138
138
saveAndGenerateModels : 'Guardar y generar modelos' ,
139
139
undo : 'Deshacer' ,
140
140
redo : 'Rehacer' ,
141
+ viewSystemDetails :"Ver infomacion del sistema y numero de version"
141
142
} ,
142
143
content : {
143
144
isPublished : 'Está publicado' ,
You can’t perform that action at this time.
0 commit comments