Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[FIX] Scoped Storage Wizard Text #3435

Merged
merged 1 commit into from
Nov 5, 2021
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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