Rename changed translation to avoid test failures
This commit is contained in:
parent
73341cfefd
commit
3b6580297f
2 changed files with 2 additions and 2 deletions
|
@ -50,7 +50,7 @@ function initializeBrowse(map) {
|
|||
function displayFeatureWarning(count, limit, callback) {
|
||||
$('#browse_status').html(
|
||||
$("<p class='warning'></p>")
|
||||
.text(I18n.t("browse.start_rjs.loaded_an_area_with_num_features", { num_features: count, max_features: limit }))
|
||||
.text(I18n.t("browse.start_rjs.feature_warning", { num_features: count, max_features: limit }))
|
||||
.append(
|
||||
$("<input type='submit'>")
|
||||
.val(I18n.t('browse.start_rjs.load_data'))
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue