panhui il y a 2 ans
Parent
commit
0b21a7a8cd

+ 2 - 2
android/app/src/main/res/values/strings.xml

@@ -1,7 +1,7 @@
 <?xml version='1.0' encoding='utf-8'?>
 <?xml version='1.0' encoding='utf-8'?>
 <resources>
 <resources>
-    <string name="app_name">FirstCash</string>
-    <string name="title_activity_main">FirstCash</string>
+    <string name="app_name">NextCash</string>
+    <string name="title_activity_main">NextCash</string>
     <string name="package_name">com.bigauction.mobile</string>
     <string name="package_name">com.bigauction.mobile</string>
     <string name="custom_url_scheme">com.bigauction.mobile</string>
     <string name="custom_url_scheme">com.bigauction.mobile</string>
     <string name="facebook_app_id">683776590201632</string>
     <string name="facebook_app_id">683776590201632</string>

+ 1 - 1
capacitor.config.json

@@ -1,6 +1,6 @@
 {
 {
     "appId": "com.bigauction.mobile",
     "appId": "com.bigauction.mobile",
-    "appName": "FirstCash",
+    "appName": "NextCash",
     "webDir": "dist",
     "webDir": "dist",
     "bundledWebRuntime": true,
     "bundledWebRuntime": true,
     "backgroundColor": "#1C1C1C",
     "backgroundColor": "#1C1C1C",

+ 1 - 1
index.html

@@ -21,7 +21,7 @@
     <link rel="stylesheet" href="https://fonts.googleapis.com/css?family=Roboto" media="none"
     <link rel="stylesheet" href="https://fonts.googleapis.com/css?family=Roboto" media="none"
         onload="if(media!='all')media='all'">
         onload="if(media!='all')media='all'">
     <!-- <link rel="stylesheet" href="https://fonts.googleapis.com/css?family=Noto+Sans"> -->
     <!-- <link rel="stylesheet" href="https://fonts.googleapis.com/css?family=Noto+Sans"> -->
-    <title>FirstCash</title>
+    <title>NextCash</title>
 </head>
 </head>
 
 
 <body>
 <body>

+ 1 - 1
ios/App/App/Info.plist

@@ -9,7 +9,7 @@
 	<key>CFBundleDevelopmentRegion</key>
 	<key>CFBundleDevelopmentRegion</key>
 	<string>en</string>
 	<string>en</string>
 	<key>CFBundleDisplayName</key>
 	<key>CFBundleDisplayName</key>
-	<string>FirstCash</string>
+	<string>NextCash</string>
 	<key>CFBundleExecutable</key>
 	<key>CFBundleExecutable</key>
 	<string>$(EXECUTABLE_NAME)</string>
 	<string>$(EXECUTABLE_NAME)</string>
 	<key>CFBundleIdentifier</key>
 	<key>CFBundleIdentifier</key>

+ 1 - 1
src/views/DistributionPage.vue

@@ -248,7 +248,7 @@ export default {
                     })
                     })
                     await Media.savePhoto({
                     await Media.savePhoto({
                         path: savedFile.uri,
                         path: savedFile.uri,
-                        album: 'FirstCash'
+                        album: 'NextCash'
                     })
                     })
                     this.$toast.success('Saved')
                     this.$toast.success('Saved')
                 } catch (e) {
                 } catch (e) {

+ 1 - 1
src/views/TurtorialPage.vue

@@ -5,7 +5,7 @@
                 <ion-buttons slot="start">
                 <ion-buttons slot="start">
                     <ion-back-button text="" default-href="#" @click="$router.back()"></ion-back-button>
                     <ion-back-button text="" default-href="#" @click="$router.back()"></ion-back-button>
                 </ion-buttons>
                 </ion-buttons>
-                <ion-title>FirstCash {{ $t('common.guide') }}</ion-title>
+                <ion-title>NextCash {{ $t('common.guide') }}</ion-title>
             </ion-toolbar>
             </ion-toolbar>
         </ion-header>
         </ion-header>
         <ion-content :fullscreen="true">
         <ion-content :fullscreen="true">