diff --git a/app/src/main/res/drawable/ic_resend.xml b/app/src/main/res/drawable/ic_resend.xml
new file mode 100644
index 0000000000000000000000000000000000000000..96e77eca3d9d448c0d1bb30bfff811566b5b2c4c
--- /dev/null
+++ b/app/src/main/res/drawable/ic_resend.xml
@@ -0,0 +1,5 @@
+<vector android:height="24dp" android:tint="#FFFFFF"
+    android:viewportHeight="24" android:viewportWidth="24"
+    android:width="24dp" xmlns:android="http://schemas.android.com/apk/res/android">
+    <path android:fillColor="@android:color/white" android:pathData="M12,5V1L7,6l5,5V7c3.31,0 6,2.69 6,6s-2.69,6 -6,6 -6,-2.69 -6,-6H4c0,4.42 3.58,8 8,8s8,-3.58 8,-8 -3.58,-8 -8,-8z"/>
+</vector>
diff --git a/app/src/main/res/values/strings.xml b/app/src/main/res/values/strings.xml
index 46cb0d6d0dcb4423995759e296312bba1cc088b9..3e906f35166f72e5f4bf33f9765d9edc01d5d4ba 100644
--- a/app/src/main/res/values/strings.xml
+++ b/app/src/main/res/values/strings.xml
@@ -66,7 +66,9 @@
     <string name="banned">Banned</string>
     <string name="invited">Invited</string>
     <string name="cancel_invite">Cancel invite</string>
+    <string name="resend_invite">Resend invite</string>
     <string name="cancel_invite_message">Are you sure you want to cancel the invite for this user?</string>
+    <string name="resend_invite_message">Are you sure you want to cancel and resend the invite for this user?</string>
     <string name="remove_user_in_room_message">Are you sure you want to remove this user?\n\nUser still be able to join by invite.</string>
     <string name="ban_user">Ban user</string>
     <string name="ban_user_message">Are you sure you want to ban this user?\n\nUser will not be able to join again.</string>
@@ -309,6 +311,7 @@
     <string name="you_are_already_following_user">You are already following this user</string>
     <string name="you_are_banned_user">You are banned</string>
     <string name="send_request_to_follow_user">Send request to follow this user</string>
+    <string name="resend">Resend</string>
 
     <string-array name="report_categories">
         <item>@string/crude_language</item>