fix: Adjust settings text

This commit is contained in:
LisoUseInAIKyrios 2024-03-21 12:10:50 +04:00
parent f763f20c1a
commit 329e431ff4

View File

@ -182,7 +182,7 @@ final class KeywordContentFilter extends Filter {
if (phrase.length() < MINIMUM_KEYWORD_LENGTH) {
// Do not reset the setting. Keep the invalid keywords so the user can fix the mistake.
Utils.showToastLong(str("revanced_hide_keyword_toast_invalid_length", MINIMUM_KEYWORD_LENGTH, phrase));
Utils.showToastLong(str("revanced_hide_keyword_toast_invalid_length", phrase, MINIMUM_KEYWORD_LENGTH));
continue;
}