mirror of
https://github.com/SchildiChat/SchildiChat-android.git
synced 2025-03-17 19:58:57 +03:00
Replace hardcoded string
This commit is contained in:
parent
b996e0eac0
commit
3ba2419e9b
2 changed files with 2 additions and 1 deletions
|
@ -144,7 +144,7 @@
|
|||
android:paddingTop="3dp"
|
||||
android:paddingEnd="10dp"
|
||||
android:paddingBottom="3dp"
|
||||
android:text="BETA"
|
||||
android:text="@string/beta"
|
||||
android:textColor="@color/palette_white"
|
||||
app:layout_constraintBottom_toBottomOf="@id/threadsBetaFeedbackButton"
|
||||
app:layout_constraintEnd_toStartOf="@id/threadsBetaFeedbackButton"
|
||||
|
|
|
@ -1651,6 +1651,7 @@
|
|||
<string name="give_feedback_threads">Give Feedback on threads</string>
|
||||
<string name="send_feedback_threads_title">Threads Beta feedback</string>
|
||||
<string name="send_feedback_threads_info">Threads are a work in progress with new, exciting upcoming features, such as improved notifications. We’d love to hear your feedback!</string>
|
||||
<string name="beta">BETA</string>
|
||||
|
||||
<string name="settings_labs_show_hidden_events_in_timeline">Show hidden events in timeline</string>
|
||||
<string name="settings_labs_show_complete_history_in_encrypted_room">"Show complete history in encrypted rooms"</string>
|
||||
|
|
Loading…
Add table
Reference in a new issue