rt 4.2.14 (#13852)
[freeside.git] / rt / t / web / language_update.t
index 35082f8..61e094d 100644 (file)
@@ -10,13 +10,13 @@ $m->form_with_fields('Lang');
 $m->field(Lang => 'zh_TW');
 $m->submit;
 
-$m->text_contains(Encode::decode("UTF-8","並讓現存的 iCal feeds不再能用"), "successfully updated to zh_TW");
+$m->text_contains(Encode::decode("UTF-8","電子郵件信箱"), "successfully updated to zh_TW");
 $m->text_contains(Encode::decode("UTF-8","使用語言 的值從 (無) 改為 'zh_TW'"), "when updating to language zh_TW, results are in zh_TW");
 
 $m->form_with_fields('Lang');
 $m->field(Lang => 'en_us');
 $m->submit;
 
-$m->text_contains("breaking all existing iCal feeds", "successfully updated to en_us");
+$m->text_contains("Email", "successfully updated to en_us");
 $m->text_contains("Lang changed from 'zh_TW' to 'en_us'", "when updating to language en_us, results are in en_us");