We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 177f630 commit fb1ce5cCopy full SHA for fb1ce5c
public/js/pimcore/settings/translation.js
@@ -171,7 +171,7 @@ pimcore.settings.translation.domain = Class.create({
171
} catch (e) {
172
console.error(e);
173
Ext.MessageBox.alert(t('error'), t('translations_are_not_configured')
174
- + '<br /><br /><a href="http://www.pimcore.org/docs/" target="_blank">'
+ + '<br /><br /><a href="https://docs.pimcore.com/" target="_blank">'
175
+ t("read_more_here") + '</a>');
176
}
177
}.bind(this)
0 commit comments