1
0
Fork 0

Shorten "unlock quote" string

A bit arbitrary, but it contains text that's coupled to the layout of
the UI, and it usually pushes the button down off of the bar.

* src/client/Client.js (_showLockedNotification): Remove end of
  "unlock quote" string.
master
Mike Gerwitz 2017-07-05 16:01:15 -04:00
parent 81a829549c
commit d961a16420
1 changed files with 1 additions and 2 deletions

View File

@ -2763,8 +2763,7 @@ module.exports = Class( 'Client' )
$( '<div class="text">' ).html(
lock_str +
" If you wish to modify " +
"it please click <strong>Unlock Quote</strong> " +
"to the right."
"it please click <strong>Unlock Quote</strong>."
)
).append( $( '<button>' )
.text( 'Unlock Quote' )