Skip to content

Commit 341ffc7

Browse files
authored
Update terminalSettings.js
1 parent 91c4671 commit 341ffc7

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

src/settings/terminalSettings.js

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ export default function terminalSettings() {
3131
const items = [
3232
{
3333
key: "all_file_access",
34-
text: strings.allFileAccess?.capitalize(),
34+
text: strings["allFileAccess"],
3535
info: "Enable access of /sdcard and /storage in terminal",
3636
},
3737
{
@@ -173,17 +173,17 @@ export default function terminalSettings() {
173173
},
174174
{
175175
key: "backup",
176-
text: strings.backup.capitalize(),
176+
text: strings.backup,
177177
info: "Creates a backup of the terminal installation",
178178
},
179179
{
180180
key: "restore",
181-
text: strings.restore.capitalize(),
181+
text: strings.restore,
182182
info: "Restores a backup of the terminal installation",
183183
},
184184
{
185185
key: "uninstall",
186-
text: strings.uninstall.capitalize(),
186+
text: strings.uninstall,
187187
info: "Uninstalls the terminal installation",
188188
},
189189
];

0 commit comments

Comments
 (0)