Commit d1d2fab9 authored by catch's avatar catch
Browse files

task: #3361659 Replace string override example '@count min' => '@count minutes',

By: ressa
By: elber
By: smustgrave
(cherry picked from commit 5a817af2)
parent 49cf3f23
Loading
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -635,7 +635,7 @@
 */
# $settings['locale_custom_strings_en'][''] = [
#   'Home' => 'Front page',
#   '@count min' => '@count minutes',
#   'Last run @time ago' => 'Last run was done @time ago',
# ];

/**
+1 −1
Original line number Diff line number Diff line
@@ -635,7 +635,7 @@
 */
# $settings['locale_custom_strings_en'][''] = [
#   'Home' => 'Front page',
#   '@count min' => '@count minutes',
#   'Last run @time ago' => 'Last run was done @time ago',
# ];

/**