Fix deprecated warning double-formatting on localized clients

This commit is contained in:
世界
2026-04-07 20:53:53 +08:00
parent bd283d6ea6
commit 39f6e793b9
4 changed files with 48 additions and 13 deletions
+3
View File
@@ -221,6 +221,9 @@ message DeprecatedWarning {
string message = 1;
bool impending = 2;
string migrationLink = 3;
string description = 4;
string deprecatedVersion = 5;
string scheduledVersion = 6;
}
message StartedAt {