mirror of
https://github.com/oxen-io/session-android.git
synced 2025-06-09 17:48:33 +00:00
Update permission copy in attachment keyboard.
This commit is contained in:
parent
837e594607
commit
6fef21ebc0
@ -41,7 +41,7 @@
|
|||||||
android:layout_height="wrap_content"
|
android:layout_height="wrap_content"
|
||||||
android:layout_marginStart="12dp"
|
android:layout_marginStart="12dp"
|
||||||
android:layout_marginEnd="12dp"
|
android:layout_marginEnd="12dp"
|
||||||
android:text="@string/AttachmentKeyboard_Signal_requires_the_storage_permission"
|
android:text="@string/AttachmentKeyboard_Signal_needs_permission_to_show_your_photos_and_videos"
|
||||||
android:textColor="?attachment_keyboard_button_foreground"
|
android:textColor="?attachment_keyboard_button_foreground"
|
||||||
android:gravity="center"
|
android:gravity="center"
|
||||||
android:visibility="gone"
|
android:visibility="gone"
|
||||||
@ -55,7 +55,7 @@
|
|||||||
android:id="@+id/attachment_keyboard_permission_button"
|
android:id="@+id/attachment_keyboard_permission_button"
|
||||||
android:layout_width="wrap_content"
|
android:layout_width="wrap_content"
|
||||||
android:layout_height="wrap_content"
|
android:layout_height="wrap_content"
|
||||||
android:text="@string/AttachmentKeyboard_grant_access"
|
android:text="@string/AttachmentKeyboard_give_access"
|
||||||
android:visibility="gone"
|
android:visibility="gone"
|
||||||
style="@style/Button.Primary"
|
style="@style/Button.Primary"
|
||||||
app:layout_constraintTop_toBottomOf="@id/attachment_keyboard_permission_text"
|
app:layout_constraintTop_toBottomOf="@id/attachment_keyboard_permission_text"
|
||||||
|
@ -73,8 +73,8 @@
|
|||||||
<string name="AttachmentKeyboard_file">File</string>
|
<string name="AttachmentKeyboard_file">File</string>
|
||||||
<string name="AttachmentKeyboard_contact">Contact</string>
|
<string name="AttachmentKeyboard_contact">Contact</string>
|
||||||
<string name="AttachmentKeyboard_location">Location</string>
|
<string name="AttachmentKeyboard_location">Location</string>
|
||||||
<string name="AttachmentKeyboard_Signal_requires_the_storage_permission">Signal requires the Storage permission to show your recent photos and videos.</string>
|
<string name="AttachmentKeyboard_Signal_needs_permission_to_show_your_photos_and_videos">Signal needs permission to show your photos and videos.</string>
|
||||||
<string name="AttachmentKeyboard_grant_access">Grant Access</string>
|
<string name="AttachmentKeyboard_give_access">Give Access</string>
|
||||||
|
|
||||||
<!-- AttachmentManager -->
|
<!-- AttachmentManager -->
|
||||||
<string name="AttachmentManager_cant_open_media_selection">Can\'t find an app to select media.</string>
|
<string name="AttachmentManager_cant_open_media_selection">Can\'t find an app to select media.</string>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user