Use text for the addUser button in polls

This commit is contained in:
yflory
2017-10-23 15:12:27 +02:00
parent 6db5a34323
commit 74985fd0f2
4 changed files with 24 additions and 8 deletions

View File

@@ -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')),