Skip to content
Snippets Groups Projects
Commit 9beb033a authored by Volkan Gezer's avatar Volkan Gezer
Browse files

fix trusted domain localization

parent a3067b3b
No related branches found
No related tags found
No related merge requests found
......@@ -3,9 +3,9 @@ $(document).ready(function(){
// Hack to add a trusted domain
if (params.trustDomain) {
OC.dialogs.confirm(t('core', 'Are you really sure you want add "{domain}" as trusted domain?',
OC.dialogs.confirm(t('settings', 'Are you really sure you want add "{domain}" as trusted domain?',
{domain: params.trustDomain}),
t('core', 'Add trusted domain'), function(answer) {
t('settings', 'Add trusted domain'), function(answer) {
if(answer) {
$.ajax({
type: 'POST',
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment