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 8953152d25852e6d30851709ef85141995f134e7..658028a276d5bdd81e3c6098ded41262d85aab2a 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 f112a14d70cac84edc39d157384e5aa00ff96636..eb8479b328d5809fdca19ebf19d2aa1b82b6be11 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 14d88e68c0377b3b20e75c3ef595af8e5b64598e..ac7d1c9f21b7f39c84eceb5eba236f7bbd41d6ce 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>