Update `CommonStrings` to latest localiser tools output

This commit is contained in:
Dean Herbert 2021-07-15 13:01:21 +09:00
parent 5b91111eda
commit d58534dce6
1 changed files with 1 additions and 1 deletions

View File

@ -14,6 +14,6 @@ public static class CommonStrings
/// </summary>
public static LocalisableString Cancel => new TranslatableString(getKey(@"cancel"), @"Cancel");
private static string getKey(string key) => $"{prefix}:{key}";
private static string getKey(string key) => $@"{prefix}:{key}";
}
}