thomiceli / opengist

Self-hosted pastebin powered by Git, open-source alternative to Github Gist.
https://opengist.io
GNU Affero General Public License v3.0
1.89k stars 100 forks source link

[Bug] Two web interface text issues #384

Closed GabrielxDuO closed 2 days ago

GabrielxDuO commented 1 week ago
  1. The admin.users.delete_confirm text was mistakenly reused on the invitation management page, causing the prompt "Do you want to delete this user?" to appear when deleting an invitation. The specific code snippet is as follows: https://github.com/thomiceli/opengist/blob/00e3d09cc57819226b2cff20d0246595925f6e24/templates/pages/admin_invitations.html#L58
  2. The extra half-width period following {{ $.locale.Tr "gist.watch-full-file" }}. The specific code snippets are as follows: https://github.com/thomiceli/opengist/blob/00e3d09cc57819226b2cff20d0246595925f6e24/templates/pages/gist_embed.html#L11 https://github.com/thomiceli/opengist/blob/00e3d09cc57819226b2cff20d0246595925f6e24/templates/pages/gist.html#L41