X-Git-Url: https://git.archive.openwrt.org/?p=project%2Fluci.git;a=blobdiff_plain;f=i18n%2Fenglish%2Fluasrc%2Fi18n%2Fsysauth.en.lua;fp=i18n%2Fenglish%2Fluasrc%2Fi18n%2Fsysauth.en.lua;h=0b0eda61a8df33859ca80230f9f5ba18f0b3978c;hp=a87774a86125bc34159f9a2e3f681635db23575d;hb=0a0c7ca2f91b84eedbdce318bc5915f86f00cf33;hpb=72b500bee7e94da06faf15b3dfec9296404612ba diff --git a/i18n/english/luasrc/i18n/sysauth.en.lua b/i18n/english/luasrc/i18n/sysauth.en.lua index a87774a86..0b0eda61a 100644 --- a/i18n/english/luasrc/i18n/sysauth.en.lua +++ b/i18n/english/luasrc/i18n/sysauth.en.lua @@ -1,3 +1,3 @@ -sysauth_head = "Authorization Required" -sysauth_prompt = "Please enter your username and password." -sysauth_failed = "Invalid username and/or password! Please try again." +sysauth_head = [[Authorization Required]] +sysauth_prompt = [[Please enter your username and password.]] +sysauth_failed = [[Invalid username and/or password! Please try again.]]