Albirew/nyaa-pantsu
Archivé
1
0
Bifurcation 0

Fix broken translation string on view page

Cette révision appartient à :
sfan5 2017-05-14 17:18:31 +02:00
Parent a9f534e19c
révision 937c9752af
2 fichiers modifiés avec 3 ajouts et 3 suppressions

Voir le fichier

@ -143,7 +143,7 @@
<textarea name="comment" class="form-control" rows="5"></textarea>
</div>
{{block "captcha" .}}{{end}}
<button type="submit" class="btn btn-success">{{T " submit "}}</button>
<button type="submit" class="btn btn-success">{{T "submit" }}</button>
</form>
</div>
</div>
@ -155,7 +155,7 @@
<div class="modal-content">
<div class="modal-header">
<button type="button" class="close" data-dismiss="modal">&times;</button>
<h4 class="modal-title">{{ T "report_torrent_number" (print .Torrent.ID) }}</h4>
<h4 class="modal-title">{{ T "report_torrent_number" }}{{ .Torrent.ID }}</h4>
</div>
<div class="modal-body">
<b>{{ T "report_type" }}:</b>

Voir le fichier

@ -656,7 +656,7 @@
"translation": "Download!"
},
{
"id": "report",
"id": "report_btn",
"translation": "Report!"
},
{