mirror of
https://github.com/grocy/grocy.git
synced 2025-08-19 11:48:55 +00:00
Use named arguments for all gettext strings which have more than 1 argument (again closes #161)
This commit is contained in:
@@ -115,7 +115,7 @@ $(document).on('click', '.track-chore-button', function(e)
|
||||
}
|
||||
|
||||
Grocy.FrontendHelpers.EndUiBusy();
|
||||
toastr.success(__t('Tracked execution of chore %s on %s', choreName, trackedTime));
|
||||
toastr.success(__t('Tracked execution of chore %1$s on %2$s', choreName, trackedTime));
|
||||
RefreshContextualTimeago();
|
||||
RefreshStatistics();
|
||||
},
|
||||
|
Reference in New Issue
Block a user