Skip to content

Commit

Permalink
Update indigo_app/templates/indigo_api/document/_toolbar.html
Browse files Browse the repository at this point in the history
Co-authored-by: edith <32566441+goose-life@users.noreply.github.com>
  • Loading branch information
longhotsummer and goose-life authored Dec 9, 2024
1 parent ed0715f commit 200d478
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion indigo_app/templates/indigo_api/document/_toolbar.html
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@
{% endif %}

<div class="btn-group btn-group-sm me-2 editor-start-buttons">
<button type="button" class="btn btn-primary edit-text"><i class="fas fa-pencil-alt"></i> Edit</button>
<button type="button" class="btn btn-primary edit-text"><i class="fas fa-pencil-alt"></i> {% trans "Edit" %}</button>
</div>
<div class="btn-group btn-group-sm me-2 text-editor-buttons">
<button class="btn btn-success save"><i class="fas fa-check"></i> Update</button>
Expand Down

0 comments on commit 200d478

Please sign in to comment.