From 88870b1abedb22c3a1d77928c35ed1b1ab87f79e Mon Sep 17 00:00:00 2001 From: "Endi S. Dewata" Date: Fri, 18 Feb 2011 13:34:56 -0600 Subject: Fixed error message for invalid Kerberos ticket. https://fedorahosted.org/freeipa/ticket/490 --- install/ui/test/data/i18n_messages.json | 2 +- install/ui/test/data/ipa_init.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'install/ui/test') diff --git a/install/ui/test/data/i18n_messages.json b/install/ui/test/data/i18n_messages.json index 1cceb897..da20f137 100644 --- a/install/ui/test/data/i18n_messages.json +++ b/install/ui/test/data/i18n_messages.json @@ -4,7 +4,7 @@ "result": { "messages": { "ajax": { - "401": "Your kerberos ticket no longer valid.Please run KInit and then click 'retry'If this is your first time running the IPA Web UI Follow these directions to configure your browser." + "401": "Your kerberos ticket is no longer valid. Please run kinit and then click 'retry'. If this is your first time running the IPA Web UI follow these directions to configure your browser." }, "association": { "add": "Add ${other_entity} into ${entity} ${primary_key}", diff --git a/install/ui/test/data/ipa_init.json b/install/ui/test/data/ipa_init.json index 1428a538..59c4b20b 100644 --- a/install/ui/test/data/ipa_init.json +++ b/install/ui/test/data/ipa_init.json @@ -9467,7 +9467,7 @@ { "messages": { "ajax": { - "401": "Your kerberos ticket no longer valid.Please run KInit and then click 'retry'If this is your first time running the IPA Web UI Follow these directions to configure your browser." + "401": "Your kerberos ticket is no longer valid. Please run kinit and then click 'retry'. If this is your first time running the IPA Web UI follow these directions to configure your browser." }, "association": { "add": "Add ${other_entity} into ${entity} ${primary_key}", -- cgit