mirror of
https://codeberg.org/forgejo/forgejo.git
synced 2024-11-07 02:39:31 +01:00
Locale: say another issue instead of this issue (#14082)
Saying "this issue" is confusing because it could be understood as the issue that the user is currently viewing, not which the "issue" link points to.
This commit is contained in:
parent
14ac3e617f
commit
e8a354f819
1 changed files with 1 additions and 1 deletions
|
@ -1131,7 +1131,7 @@ issues.start_tracking_short = Start
|
|||
issues.start_tracking = Start Time Tracking
|
||||
issues.start_tracking_history = `started working %s`
|
||||
issues.tracker_auto_close = Timer will be stopped automatically when this issue gets closed
|
||||
issues.tracking_already_started = `You have already started time tracking on this <a href="%s">issue</a>!`
|
||||
issues.tracking_already_started = `You have already started time tracking on <a href="%s">another issue</a>!`
|
||||
issues.stop_tracking = Stop
|
||||
issues.stop_tracking_history = `stopped working %s`
|
||||
issues.add_time = Manually Add Time
|
||||
|
|
Loading…
Reference in a new issue