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