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 {
6161
6262 override render ( ) {
6363 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" >
6565 <umb- app- logo id= "header-logo" loading = "eager" override-theme = "umb-dark-theme" > </ umb- app- logo>
6666 </ uui- butto n>
6767 <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 {
176176 confirmActionConfirm : 'Confirm' ,
177177 morePublishingOptions : 'More publishing options' ,
178178 submitChanges : 'Submit' ,
179+ viewSystemDetails :"View Umbraco CMS system information and version number"
179180 } ,
180181 auditTrailsMedia : {
181182 delete : 'Media deleted' ,
Original file line number Diff line number Diff line change @@ -138,6 +138,7 @@ export default {
138138 saveAndGenerateModels : 'Guardar y generar modelos' ,
139139 undo : 'Deshacer' ,
140140 redo : 'Rehacer' ,
141+ viewSystemDetails :"Ver infomacion del sistema y numero de version"
141142 } ,
142143 content : {
143144 isPublished : 'Está publicado' ,
You can’t perform that action at this time.
0 commit comments