Skip to content

Commit

Permalink
Merge pull request #3435 from owncloud/fix/scope_storage_wizard_text
Browse files Browse the repository at this point in the history
[FIX] Scoped Storage Wizard Text
  • Loading branch information
abelgardep authored Nov 5, 2021
2 parents 608019d + 1d5efd3 commit 8294a1f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@
android:layout_height="wrap_content"
android:layout_margin="@dimen/standard_margin"
android:background="@color/action_mode_background"
android:text="@string/drawer_close"
android:text="@string/scoped_storage_wizard_migration_completed_access_files_button"
android:textColor="@color/login_text_color"
app:layout_constraintBottom_toBottomOf="parent"
app:layout_constraintEnd_toEndOf="parent"
Expand Down
1 change: 1 addition & 0 deletions owncloudApp/src/main/res/values/strings.xml
Original file line number Diff line number Diff line change
Expand Up @@ -628,6 +628,7 @@
<string name="scoped_storage_wizard_not_enough_space_warning">&#9888;️ Your free space is currently limited on your device. Some files may not be migrated, please check that all downloaded files keep downloaded after the process has been completed.</string>
<string name="scoped_storage_wizard_migrate_and_clean_button">Migrate now</string>
<string name="scoped_storage_wizard_migration_completed">Migration completed successfully. Your files are now safer than ever before.</string>
<string name="scoped_storage_wizard_migration_completed_access_files_button">Access your files</string>
<string name="scoped_storage_wizard_migration_in_progress">Migrating your files. Please don’t turn your device off.</string>
<string name="scoped_storage_wizard_migration_in_progress_button">Working… Please wait</string>
<string name="scoped_storage_wizard_title">More security for your files</string>
Expand Down

0 comments on commit 8294a1f

Please sign in to comment.