@@ -101,7 +101,7 @@ This can reduce the risk of inconsistent dependencies and supply chain attacks.
101101 rnuVersionNotFound :
102102 'react-native-update: Cannot get the version number. Please run the command in the project directory' ,
103103 rolloutConfigSet :
104- 'Set {{rollout}}% rollout for version {{version}} on native version(s) {{versions}}' ,
104+ 'Set {{rollout}}% rollout for OTA update {{version}} on native version(s) {{versions}}' ,
105105 rolloutRangeError : 'rollout must be an integer between 1-100' ,
106106 runningHermesc : 'Running hermesc: {{- command}} {{- args}}' ,
107107 sentryCliNotFound :
@@ -122,10 +122,10 @@ This can reduce the risk of inconsistent dependencies and supply chain attacks.
122122 usageUploadApp : 'Usage: cresc uploadApp <app file>' ,
123123 usageUploadIpa : 'Usage: cresc uploadIpa <ipa file>' ,
124124 versionBind :
125- 'Bound version {{version}} to native version {{nativeVersion}} (id: {{id}})' ,
125+ 'Bound hot update {{version}} to native version {{nativeVersion}} (id: {{id}})' ,
126126 welcomeMessage : 'Welcome to Cresc hot update service, {{name}}.' ,
127- versionNameQuestion : 'Enter version name:' ,
128- versionDescriptionQuestion : 'Enter version description:' ,
127+ versionNameQuestion : 'Enter OTA update name:' ,
128+ versionDescriptionQuestion : 'Enter OTA update description:' ,
129129 versionMetaInfoQuestion : 'Enter custom meta info:' ,
130130 updateNativePackageQuestion : 'Bind to native package now?(Y/N)' ,
131131 unnamed : '(Unnamed)' ,
0 commit comments