mirror of
https://github.com/PrivateBin/PrivateBin.git
synced 2025-07-23 23:11:04 -04:00
"Send" button now labeled "Create", fixes #946
This commit is contained in:
parent
dd8aa4f8fb
commit
63b2526ee7
40 changed files with 42 additions and 41 deletions
|
@ -77,7 +77,7 @@ describe('TopNav', function () {
|
|||
'<li id="attach" class="hidden">Attach a file</li><li>' +
|
||||
'<a id="formatter" href="#" class="hidden">Format</a>' +
|
||||
'</li><li><button id="sendbutton" type="button" ' +
|
||||
'class="hidden">Send</button></li></ul></div></nav>'
|
||||
'class="hidden">Create</button></li></ul></div></nav>'
|
||||
);
|
||||
$.PrivateBin.TopNav.init();
|
||||
results.push(
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue