1
0
mirror of https://git.boykissers.com/pawkey/pawkey-sk.git synced 2025-12-20 04:04:16 +00:00

improve labels and wording for reject quotes feature

This commit is contained in:
Hazelnoot
2025-02-19 14:39:11 -05:00
parent bb0bc68927
commit 365a0bd2c5
3 changed files with 19 additions and 14 deletions

18
locales/index.d.ts vendored
View File

@@ -8567,7 +8567,7 @@ export interface Locale extends ILocale {
*/
"write:admin:unsilence-user": string;
/**
* Allow/Reject quote posts from a user
* Allow/Prohibit quote posts from a user
*/
"write:admin:reject-quotes": string;
/**
@@ -10247,11 +10247,11 @@ export interface Locale extends ILocale {
*/
"acceptRemoteInstanceReports": string;
/**
* Rejected quotes from user
* Blocked/Stripped quote posts from user
*/
"rejectQuotesUser": string;
/**
* Allowed quotes from user
* Allowed quote posts from user
*/
"allowQuotesUser": string;
};
@@ -11253,15 +11253,19 @@ export interface Locale extends ILocale {
*/
"rejectReports": string;
/**
* Reject quote posts from this instance
* Strip quote posts from this instance
*/
"rejectQuotesInstance": string;
/**
* Reject quote posts from this user
* Strip quote posts from this user
*/
"rejectQuotesUser": string;
"rejectQuotesRemoteUser": string;
/**
* Are you sure you wish to reject quote posts?
* Block quote posts from this user
*/
"rejectQuotesLocalUser": string;
/**
* Are you sure you wish to strip quote posts?
*/
"rejectQuotesConfirm": string;
/**