diff options
| author | Guillaume Horel <guillaume.horel@gmail.com> | 2015-03-27 22:29:00 -0400 |
|---|---|---|
| committer | Guillaume Horel <guillaume.horel@gmail.com> | 2015-03-27 22:29:00 -0400 |
| commit | 41ff76d361044d6a0d4c1469769ce7cdb3597095 (patch) | |
| tree | a790d94efd57fb363d3c18bc4f46b1a49c3fc642 /static | |
| parent | cefb3f9cbe624bdcfbb0ec7e0d08d9eb9576df1c (diff) | |
| download | wedding-website-41ff76d361044d6a0d4c1469769ce7cdb3597095.tar.gz | |
use Identifiant instead of Prénom
Diffstat (limited to 'static')
| -rw-r--r-- | static/wedding.js | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/static/wedding.js b/static/wedding.js index 1515055..b616224 100644 --- a/static/wedding.js +++ b/static/wedding.js @@ -4,8 +4,8 @@ $(function(){ $("input:radio[name=language]").change(function(){ if($(this).val()=="fr"){ $("#lab-lang").text("Langue :"); - $("label[for=name]").text("Prénom :"); - $("#name").attr("placeholder", "Prénom"); + $("label[for=name]").text("Identifiant :"); + $("#name").attr("placeholder", "Identifiant"); $("label[for=password]").text("Mot de Passe :"); $("#password").attr("placeholder", "Mot de Passe"); $("button[name=login]").text("Entrer"); |
