Skip to content

Commit 9c5ef45

Browse files
pirat89abadger
andauthored
Update repos/system_upgrade/common/actors/checkconsumedassets/libraries/check_consumed_assets.py
Co-authored-by: Toshio Kuratomi <[email protected]>
1 parent 1fa1202 commit 9c5ef45

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

repos/system_upgrade/common/actors/checkconsumedassets/libraries/check_consumed_assets.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11,11 +11,11 @@
1111

1212
def _get_hint():
1313
hint = (
14-
'All official assets (data files) are nowadays part of the installed rpms.'
14+
'All official assets (data files) are part of the installed rpms these days.'
1515
' This issue is usually encountered when the data files are incorrectly'
1616
' customized, replaced, or removed. '
17-
' In case you want to recover original files, remove them (if still exist)'
18-
' and reinstall following rpms: {rpms}.\n'
17+
' In case you want to recover the original files, remove them (if they still exist)'
18+
' and reinstall the following rpms: {rpms}.\n'
1919
'The listed assets (data files) are usually inside the /etc/leapp/files/'
2020
' directory.'
2121
.format(

0 commit comments

Comments
 (0)