mirror of
https://github.com/pcottle/learnGitBranching.git
synced 2025-06-28 00:40:07 +02:00
resolves #413 no uppercase
This commit is contained in:
parent
d59a6654cf
commit
608b92fd8e
1 changed files with 1 additions and 1 deletions
|
@ -91,7 +91,7 @@ var intlRefresh = function() {
|
|||
$('span.intl-aware').each(function(i, el) {
|
||||
var intl = require('../intl');
|
||||
var key = $(el).attr('data-intl');
|
||||
$(el).text(intl.str(key).toUpperCase());
|
||||
$(el).text(intl.str(key));
|
||||
});
|
||||
};
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue