From aafa359c526aeafec1842189db434a2b022bd7c5 Mon Sep 17 00:00:00 2001 From: Luke Pulverenti Date: Mon, 9 Feb 2015 01:22:28 -0500 Subject: [PATCH] update text --- dashboard-ui/scripts/userparentalcontrol.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/dashboard-ui/scripts/userparentalcontrol.js b/dashboard-ui/scripts/userparentalcontrol.js index 2eb50396a5..5809b9fcf7 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 += '';