Fix broken translation string on view page
Cette révision appartient à :
Parent
a9f534e19c
révision
937c9752af
2 fichiers modifiés avec 3 ajouts et 3 suppressions
|
@ -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">×</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>
|
||||
|
|
|
@ -656,7 +656,7 @@
|
|||
"translation": "Download!"
|
||||
},
|
||||
{
|
||||
"id": "report",
|
||||
"id": "report_btn",
|
||||
"translation": "Report!"
|
||||
},
|
||||
{
|
||||
|
|
Référencer dans un nouveau ticket