diff --git a/dashboard-ui/scripts/userparentalcontrol.js b/dashboard-ui/scripts/userparentalcontrol.js index 2eb50396a..5809b9fcf 100644 --- a/dashboard-ui/scripts/userparentalcontrol.js +++ b/dashboard-ui/scripts/userparentalcontrol.js @@ -123,9 +123,9 @@ li += '

' + h.Tag + '

'; if (h.Mode == 'Allow') { - li += '

Allow

'; + li += '

' + Globalize.translate('MessageAllowContentWithThisTag') + '

'; } else if (h.Mode == 'Block') { - li += '

Block

'; + li += '

' + Globalize.translate('MessageBlockContentWithThisTag') + '

'; } li += '';