Replace hardcoded string

This commit is contained in:
ariskotsomitopoulos 2022-03-28 14:15:15 +03:00
parent b996e0eac0
commit 3ba2419e9b
2 changed files with 2 additions and 1 deletions

View File

@ -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"

View File

@ -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. Wed 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>