Commit ed1ae8a 1 parent fc00bc9 commit ed1ae8a Copy full SHA for ed1ae8a
File tree 2 files changed +8
-3
lines changed
src/renderer/components/top-nav
2 files changed +8
-3
lines changed Original file line number Diff line number Diff line change @@ -45,9 +45,13 @@ export default defineComponent({
45
45
} ,
46
46
47
47
headerLogoTitle : function ( ) {
48
- return this . $t ( this . $router . getRoutes ( )
49
- . find ( ( route ) => route . path === '/' + this . landingPage )
50
- . meta . title )
48
+ return this . $t ( 'Go to page' ,
49
+ {
50
+ page : this . $t ( this . $router . getRoutes ( )
51
+ . find ( ( route ) => route . path === '/' + this . landingPage )
52
+ . meta . title
53
+ )
54
+ } )
51
55
} ,
52
56
53
57
enableSearchSuggestions : function ( ) {
Original file line number Diff line number Diff line change @@ -31,6 +31,7 @@ Close: Close
31
31
Back : Back
32
32
Forward : Forward
33
33
Open New Window : Open New Window
34
+ Go to page : Go to {page}
34
35
35
36
Version {versionNumber} is now available! Click for more details : Version {versionNumber} is now available! Click
36
37
for more details
You can’t perform that action at this time.
0 commit comments