tangning 2 lat temu
rodzic
commit
844cd98158
1 zmienionych plików z 2 dodań i 2 usunięć
  1. 2 2
      src/store/modules/locale.ts

+ 2 - 2
src/store/modules/locale.ts

@@ -41,7 +41,7 @@ export const useLocaleStore = defineStore({
     getAppList(): appItem[] {
       return [
         {
-          name: 'iOS',
+          name: 'iOS',
           icon: 'uil:apple',
           appList: [
             {
@@ -55,7 +55,7 @@ export const useLocaleStore = defineStore({
           ],
         },
         {
-          name: 'Android',
+          name: 'Android',
           icon: 'uil:android',
           appList: [
             {