File tree Expand file tree Collapse file tree 2 files changed +4
-11
lines changed
src/com/owncloud/android/features Expand file tree Collapse file tree 2 files changed +4
-11
lines changed Original file line number Diff line number Diff line change 548548 <!-- What's new feature and texts to show -->
549549 <string name =" whats_new_title" >What\'s new in Nextcloud</string >
550550
551- <!-- Welcome to oC intro features -->
551+ <!-- Welcome to Nc intro features -->
552552 <string name =" welcome_feature_1_title" >Instant upload</string >
553553 <string name =" welcome_feature_1_text" >Keep your photos safe</string >
554554
555555 <string name =" welcome_feature_2_title" >Manage all your files</string >
556556 <string name =" welcome_feature_2_text" >You can delete, move</string >
557557
558- <string name =" welcome_feature_3_title" >Share </string >
559- <string name =" welcome_feature_3_text" >You can share files and folders </string >
558+ <string name =" welcome_feature_3_title" >MultiAccount </string >
559+ <string name =" welcome_feature_3_text" >Connect to all your clouds </string >
560560
561- <string name =" welcome_feature_4_title" >MultiAccount</string >
562- <string name =" welcome_feature_4_text" >Connect to all your clouds</string >
563-
564- <string name =" welcome_feature_5_title" >Your private files synced anywhere</string >
565561 <string name =" whats_new_skip" >Skip</string >
566562</resources >
Original file line number Diff line number Diff line change @@ -50,11 +50,8 @@ public class FeatureList {
5050 new FeatureItem (R .drawable .whats_new_files ,
5151 R .string .welcome_feature_2_title , R .string .welcome_feature_2_text ,
5252 VERSION_1_0_0 , BETA_VERSION_0 , SHOW_ON_FIRST_RUN ),
53- new FeatureItem (R .drawable .whats_new_share ,
54- R .string .welcome_feature_3_title , R .string .welcome_feature_3_text ,
55- VERSION_1_0_0 , BETA_VERSION_0 , SHOW_ON_FIRST_RUN ),
5653 new FeatureItem (R .drawable .whats_new_accounts ,
57- R .string .welcome_feature_4_title , R .string .welcome_feature_4_text ,
54+ R .string .welcome_feature_3_title , R .string .welcome_feature_3_text ,
5855 VERSION_1_0_0 , BETA_VERSION_0 , SHOW_ON_FIRST_RUN ),
5956 // Features introduced in certain point in time
6057 };
You can’t perform that action at this time.
0 commit comments