File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff 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 ] ;
You can’t perform that action at this time.
0 commit comments