mirror of
https://github.com/Hopiu/wagtail.git
synced 2026-05-22 05:51:53 +00:00
"Signing in..." for translation
This commit is contained in:
parent
c3e62d1cb7
commit
039db5ed89
4 changed files with 4 additions and 1 deletions
|
|
@ -39,6 +39,7 @@ Changelog
|
|||
* Fix: Invalid images no longer crash the image listing (Maris Serzans)
|
||||
* Fix: `MenuItem` `url` parameter can now take a lazy URL (Adon Metcalfe, rayrayndwiga)
|
||||
* Fix: Added missing translation tag to InlinePanel 'Add' button (jnns)
|
||||
* Fix: Added missing translation tag to 'Signing in...' button text (Eugene MechanisM)
|
||||
* Fix: Restored correct highlighting behaviour of rich text toolbar buttons
|
||||
* Fix: Rendering a missing image through ImageChooserBlock no longer breaks the whole page (Christian Peters)
|
||||
* Fix: Filtering by popular tag in the image chooser now works when using the database search backend
|
||||
|
|
|
|||
|
|
@ -92,6 +92,7 @@ Contributors
|
|||
* rayrayndwiga
|
||||
* Rich Atkinson
|
||||
* jnns
|
||||
* Eugene MechanisM
|
||||
|
||||
|
||||
Translators
|
||||
|
|
|
|||
|
|
@ -89,6 +89,7 @@ Bug fixes
|
|||
* Invalid images no longer crash the image listing (Maris Serzans)
|
||||
* ``MenuItem`` ``url`` parameter can now take a lazy URL (Adon Metcalfe, rayrayndwiga)
|
||||
* Added missing translation tag to InlinePanel 'Add' button (jnns)
|
||||
* Added missing translation tag to 'Signing in...' button text (Eugene MechanisM)
|
||||
* Restored correct highlighting behaviour of rich text toolbar buttons
|
||||
* Rendering a missing image through ImageChooserBlock no longer breaks the whole page (Christian Peters)
|
||||
* Filtering by popular tag in the image chooser now works when using the database search backend
|
||||
|
|
|
|||
|
|
@ -58,7 +58,7 @@
|
|||
</li>
|
||||
{% endcomment %}
|
||||
<li class="submit">
|
||||
<button type="submit" class="button-longrunning" tabindex="3" data-clicked-text="Signing in..."><span class="icon icon-spinner"></span><em>{% trans 'Sign in' %}</em></button>
|
||||
<button type="submit" class="button-longrunning" tabindex="3" data-clicked-text="{% trans 'Signing in...' %}"><span class="icon icon-spinner"></span><em>{% trans 'Sign in' %}</em></button>
|
||||
</li>
|
||||
</ul>
|
||||
</form>
|
||||
|
|
|
|||
Loading…
Reference in a new issue