diff --git a/.gitignore b/.gitignore index 11bd384c3..c6708895c 100644 --- a/.gitignore +++ b/.gitignore @@ -22,4 +22,4 @@ deployer-staging.properties deployer-production.properties deployer.log /service/src/main/resources/org/signal/badges/Badges_*.properties -.tx/ +/.tx/config diff --git a/service/src/main/resources/org/signal/badges/Badges.properties b/service/src/main/resources/org/signal/badges/Badges.properties index 3449b45b8..6b4804f21 100644 --- a/service/src/main/resources/org/signal/badges/Badges.properties +++ b/service/src/main/resources/org/signal/badges/Badges.properties @@ -5,3 +5,12 @@ TEST_name = Test Badge TEST_description = {short_name} has this badge for testing purposes. + +TEST1_name = Test Badge Alpha +TEST1_description = {short_name} is testing the alpha test badge. + +TEST2_name = Test Badge Beta +TEST2_description = {short_name} is testing the beta test badge. + +TEST3_name = Test Badge Gamma +TEST3_description = {short_name} is testing the gamma test badge.