mirror of
https://github.com/scm-manager/scm-manager.git
synced 2025-11-15 17:56:17 +01:00
fix bug in I18n
This commit is contained in:
@@ -94,7 +94,7 @@ public class I18n
|
|||||||
|
|
||||||
try
|
try
|
||||||
{
|
{
|
||||||
key = bundle.getString(key);
|
value = bundle.getString(key);
|
||||||
}
|
}
|
||||||
catch (MissingResourceException ex)
|
catch (MissingResourceException ex)
|
||||||
{
|
{
|
||||||
|
|||||||
Reference in New Issue
Block a user