Skip to content
This repository was archived by the owner on Feb 6, 2024. It is now read-only.

Commit f199f81

Browse files
authored
fix(i18n): translate settings in menu (#1375)
1 parent 226a5ea commit f199f81

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

studio/src/app/components/core/app-menu/app-menu.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -104,7 +104,7 @@ export class AppMenu {
104104

105105
return (
106106
<app-expansion-panel expanded="close">
107-
<ion-label slot="title">Settings</ion-label>
107+
<ion-label slot="title">{i18n.state.nav.settings}</ion-label>
108108
<AppIcon name="settings" ariaLabel="" ariaHidden={true} lazy={true} slot="icon"></AppIcon>
109109

110110
<ion-list class="settings">

0 commit comments

Comments
 (0)