aboutsummaryrefslogtreecommitdiffstats
path: root/templates/web/default/js_validation_msgs.html
blob: 140f22964bd60e8c796f912a7fe0c13663b15cbf (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
<script type="text/javascript">
    validation_strings = {
        title: '[% loc('Please enter a subject') %]',
        detail: '[% loc('Please enter some details') %]',
        name: {
            required: '[% loc('Please enter your name') %]',
            validName: '[% loc('Please enter your full name, councils need this information - if you do not wish your name to be shown on the site, untick the box') %]',
        },
        category: '[% loc('Please choose a category') %]',
        email: {
            required: '[% loc('Please enter your email') %]',
            email: '[% loc('Please enter a valid email') %]',
        }
    };
</script>