Change translation keys

This commit is contained in:
problematicconsumer
2024-03-08 17:24:43 +03:30
parent 7f0397a97f
commit 4118863a20
20 changed files with 1004 additions and 1005 deletions

View File

@@ -25,7 +25,7 @@ sealed class ConfigOptionFailure with _$ConfigOptionFailure, Failure {
message: null,
),
MissingWarpConfigFailure() => (
type: t.settings.config.missingWarpConfig,
type: t.config.missingWarpConfig,
message: null,
),
};