1
0

upd: confirm dialog for undoing follow request

This commit is contained in:
Marie
2025-03-08 11:54:19 +00:00
parent 19fc0a9351
commit 91e15fafbf
3 changed files with 15 additions and 0 deletions
+4
View File
@@ -11637,6 +11637,10 @@ export interface Locale extends ILocale {
* Pending follow requests
*/
"pendingFollowRequests": string;
/**
* Are you sure you want to cancel your follow request?
*/
"undoFollowRequestConfirm": string;
/**
* Show quotes
*/