remove $ character

This commit is contained in:
Adam Velebil 2023-05-24 15:54:56 +02:00
parent edf338b35c
commit ab82813919
No known key found for this signature in database
GPG Key ID: C9B1E4A3CBBD2E10
2 changed files with 2 additions and 2 deletions

View File

@ -124,7 +124,7 @@
"s_config_updated": "Configuration updated", "s_config_updated": "Configuration updated",
"l_config_updated_reinsert": "Configuration updated, remove and reinsert your YubiKey", "l_config_updated_reinsert": "Configuration updated, remove and reinsert your YubiKey",
"s_app_not_supported": "Application not supported", "s_app_not_supported": "Application not supported",
"l_app_not_supported_on_yk": "The used YubiKey does not support '${app}' application", "l_app_not_supported_on_yk": "The used YubiKey does not support '{app}' application",
"@l_app_not_supported_on_yk" : { "@l_app_not_supported_on_yk" : {
"placeholders": { "placeholders": {
"app": {} "app": {}

View File

@ -536,7 +536,7 @@
"@l_replace_yk_on_reader": {}, "@l_replace_yk_on_reader": {},
"s_config_updated": "Konfiguracja została zaktualizowana", "s_config_updated": "Konfiguracja została zaktualizowana",
"@s_config_updated": {}, "@s_config_updated": {},
"l_app_not_supported_on_yk": "Używany klucz YubiKey nie obsługuje funkcji „${app}”", "l_app_not_supported_on_yk": "Używany klucz YubiKey nie obsługuje funkcji „{app}”",
"@l_app_not_supported_on_yk": { "@l_app_not_supported_on_yk": {
"placeholders": { "placeholders": {
"app": {} "app": {}