Rewording translation string error message

Making error message about inaccurate translation match the UI link to
Report a Bug.

Addressing https://github.com/HabitRPG/habitrpg/issues/5405 to m
This commit is contained in:
GihHubSphinx 2015-06-15 01:42:47 +05:00
parent b4f4db9c1d
commit 232888212a

View file

@ -29,7 +29,7 @@ module.exports =
try
_.template(string, (clonedVars))
catch e
'Error processing string. Please report to http://github.com/HabitRPG/habitrpg.'
'Error processing the string. Please see Help > Report a Bug.'
else
if module.exports.strings
stringNotFound = module.exports.strings.stringNotFound
@ -41,4 +41,4 @@ module.exports =
try
_.template(stringNotFound, {string: stringName})
catch e
'Error processing string. Please report to http://github.com/HabitRPG/habitrpg.'
'Error processing the string. Please see Help > Report a Bug.'