mirror of
https://github.com/sudoxnym/habitica.git
synced 2026-05-20 12:48:52 +00:00
Merge pull request #5406 from GitHubSphinx/Sphinx-entry1
Rewording translation string error message
This commit is contained in:
commit
090ac94eec
1 changed files with 2 additions and 2 deletions
|
|
@ -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.'
|
||||
|
|
|
|||
Loading…
Reference in a new issue