From 997f57b8cc8603862faf46cbedef385abb680cc9 Mon Sep 17 00:00:00 2001 From: Taras Smakula <tarassmakula@gmail.com> Date: Thu, 13 Jun 2024 17:34:17 +0300 Subject: [PATCH] Rename to requests_for_invitation --- core/src/main/res/layout/dialog_fragment_knock_requests.xml | 2 +- core/src/main/res/layout/dialog_fragment_timeline_options.xml | 2 +- core/src/main/res/values/strings.xml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/core/src/main/res/layout/dialog_fragment_knock_requests.xml b/core/src/main/res/layout/dialog_fragment_knock_requests.xml index 8953152d2..658028a27 100644 --- a/core/src/main/res/layout/dialog_fragment_knock_requests.xml +++ b/core/src/main/res/layout/dialog_fragment_knock_requests.xml @@ -9,10 +9,10 @@ android:layout_width="0dp" android:layout_height="?attr/actionBarSize" app:layout_constraintEnd_toEndOf="parent" - app:title="@string/knock_requests" app:layout_constraintStart_toStartOf="parent" app:layout_constraintTop_toTopOf="parent" app:navigationIcon="?attr/homeAsUpIndicator" + app:title="@string/requests_for_invitation" app:titleCentered="true" /> <View diff --git a/core/src/main/res/layout/dialog_fragment_timeline_options.xml b/core/src/main/res/layout/dialog_fragment_timeline_options.xml index f112a14d7..eb8479b32 100644 --- a/core/src/main/res/layout/dialog_fragment_timeline_options.xml +++ b/core/src/main/res/layout/dialog_fragment_timeline_options.xml @@ -155,7 +155,7 @@ android:background="@null" android:clickable="false" android:paddingEnd="8dp" - android:text="@string/knock_requests" + android:text="@string/requests_for_invitation" app:drawableStartCompat="@drawable/ic_knock_requests" app:layout_constraintBottom_toBottomOf="parent" app:layout_constraintStart_toStartOf="parent" diff --git a/core/src/main/res/values/strings.xml b/core/src/main/res/values/strings.xml index 14d88e68c..ac7d1c9f2 100644 --- a/core/src/main/res/values/strings.xml +++ b/core/src/main/res/values/strings.xml @@ -128,7 +128,6 @@ <string name="remove_from_this_circle_but_do_not_unfollow">Remove from this circle, but do not unfollow</string> <string name="unfollow_completely_remove_from_all_circles">Unfollow completely (remove from all circles)</string> <string name="no_internet_connection">No Internet connection</string> - <string name="knock_requests">Knock Requests</string> <string name="knock_requests_empty_message">You don\'t have any knock request</string> <string name="create">Create</string> <string name="show">Show</string> @@ -256,6 +255,7 @@ <string name="select_circles_to_which_you_want_to_invite_format">Select circles to which you want to invite %s</string> <string name="create_your_first_circle_to_be_able_to_invite">Create your first Circle to be able to invite</string> <string name="create_new_circle">Create new circle</string> + <string name="requests_for_invitation">Request for invitation</string> <plurals name="invitations_count_format"> <item quantity="one">%d invitation</item> -- GitLab