Use text for the addUser button in polls
This commit is contained in:
@@ -660,7 +660,7 @@ define([
|
||||
h('div#cp-app-poll-table-scroll', [h('table')]),
|
||||
h('button#cp-app-poll-create-user.btn.btn-secondary', {
|
||||
title: Msg.poll_create_user
|
||||
}, h('span.fa.fa-plus')),
|
||||
}, Msg.poll_commit),
|
||||
h('button#cp-app-poll-create-option.btn.btn-secondary', {
|
||||
title: Msg.poll_create_option
|
||||
}, h('span.fa.fa-plus')),
|
||||
|
||||
@@ -234,7 +234,7 @@ define(function () {
|
||||
out.poll_admin_button = "Administrer";
|
||||
out.poll_create_user = "Ajouter un utilisateur";
|
||||
out.poll_create_option = "Ajouter une option";
|
||||
out.poll_commit = "Valider";
|
||||
out.poll_commit = "Ajouter";
|
||||
|
||||
out.poll_closeWizardButton = "Fermer l'assistant";
|
||||
out.poll_closeWizardButtonTitle = "Fermer l'assistant";
|
||||
|
||||
@@ -238,7 +238,7 @@ define(function () {
|
||||
out.poll_admin_button = "Admin";
|
||||
out.poll_create_user = "Add a new user";
|
||||
out.poll_create_option = "Add a new option";
|
||||
out.poll_commit = "Commit";
|
||||
out.poll_commit = "Submit";
|
||||
|
||||
out.poll_closeWizardButton = "Close wizard";
|
||||
out.poll_closeWizardButtonTitle = "Close wizard";
|
||||
|
||||
Reference in New Issue
Block a user