refactor notice on mapboxgl map and add title to dialog

This commit is contained in:
Mike Ng
2018-05-30 16:11:24 +04:00
parent 4e747f23e5
commit 57c7f2ac09
11 changed files with 93 additions and 83 deletions

View File

@@ -151,7 +151,8 @@ class LanguageController
'No hover to chapter' => $translator->trans('prod:edit: no overlaps for chapters'),
'suggested_values' => $translator->trans('prod:edit: suggested_values'),
'title notice' => $translator->trans('prod:mapboxgl: title notice'),
'description notice' => $translator->trans('prod:mapboxgl: description notice')
'description notice' => $translator->trans('prod:mapboxgl: description notice'),
'title-map-dialog' => $translator->trans('prod:mapboxgl: title map dialog'),
]);
}
}