added control titles

This commit is contained in:
Danny Coates 2019-02-20 19:59:29 -08:00
parent 2169a49d4c
commit f0a60d8c8e
No known key found for this signature in database
GPG key ID: 4C442633C62E00CB
7 changed files with 34 additions and 13 deletions

View file

@ -5,7 +5,11 @@ module.exports = function(message) {
return html`
<send-ok-dialog class="flex flex-col max-w-xs p-4">
<div class="text-center m-8 leading-normal">${message}</div>
<button class="btn rounded-lg w-full flex-no-shrink" onclick="${close}">
<button
class="btn rounded-lg w-full flex-no-shrink"
onclick="${close}"
title="${state.translate('okButton')}"
>
${state.translate('okButton')}
</button>
</send-ok-dialog>