Skip to content

Commit c37b9a5

Browse files
Apply suggested fix to weblate/utils/apps.py from Copilot Autofix
Co-authored-by: Copilot Autofix powered by AI <223894421+github-code-quality[bot]@users.noreply.github.com>
1 parent c6fd8a9 commit c37b9a5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

weblate/utils/apps.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -229,7 +229,7 @@ def check_cache(
229229
errors.append(
230230
weblate_check(
231231
"weblate.E007",
232-
"The configured cache back-end will lead to serious "
232+
"The configured cache backend will lead to serious "
233233
"performance or consistency issues.",
234234
)
235235
)

0 commit comments

Comments
 (0)