Browse Source

Update phone.js

Daniel Lucazeau 11 years ago
parent
commit
bec10b0f0a
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/js/validator/phone.js

+ 1 - 1
src/js/validator/phone.js

@@ -5,7 +5,7 @@
         country: 'Please enter a valid phone number in %s',
         country: 'Please enter a valid phone number in %s',
         countries: {
         countries: {
             GB: 'United Kingdom',
             GB: 'United Kingdom',
-            FR: 'FR',
+            FR: 'France',
             US: 'USA'
             US: 'USA'
         }
         }
     });
     });