Skip to content

Commit

Permalink
Update descriptions
Browse files Browse the repository at this point in the history
  • Loading branch information
Willy-JL committed Mar 10, 2024
1 parent 199ec83 commit b46c593
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions indexer/src/channels.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
development_channel = Channel(
id="development",
title="Development Channel",
description="Latest builds, not yet tested by Flipper QA, be careful",
description="Latest builds, might sometimes be unstable",
)
# release_candidate_channel = Channel(
# id="release-candidate",
Expand All @@ -14,5 +14,5 @@
release_channel = Channel(
id="release",
title="Stable Release Channel",
description="Stable releases, tested by Flipper QA",
description="Less frequent, more stable releases",
)

0 comments on commit b46c593

Please sign in to comment.