diff options
author | Stas Vilchik <stas-vilchik@users.noreply.github.com> | 2017-05-04 11:19:55 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-05-04 11:19:55 +0200 |
commit | e10f04d5b4055e2813ac01a811b325a414797c4e (patch) | |
tree | 74c640ed1c6d2ef7bd0bc95b03168a130dd3a5ed /it/it-plugins | |
parent | b09e7a4604b75b7e24e9f0543971db1e70d963b4 (diff) | |
download | sonarqube-e10f04d5b4055e2813ac01a811b325a414797c4e.tar.gz sonarqube-e10f04d5b4055e2813ac01a811b325a414797c4e.zip |
SONAR-9122 prevent setting a project as private (#2015)
Diffstat (limited to 'it/it-plugins')
-rw-r--r-- | it/it-plugins/fake-billing-plugin/src/main/resources/org/sonar/l10n/billing.properties | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/it/it-plugins/fake-billing-plugin/src/main/resources/org/sonar/l10n/billing.properties b/it/it-plugins/fake-billing-plugin/src/main/resources/org/sonar/l10n/billing.properties new file mode 100644 index 00000000000..f8ac8fcaef5 --- /dev/null +++ b/it/it-plugins/fake-billing-plugin/src/main/resources/org/sonar/l10n/billing.properties @@ -0,0 +1,2 @@ +billing.upgrade_box.header=The fake billing plugin is installed +billing.upgrade_box.text=It shows how to change the wording and hide the "Upgrade" button.
\ No newline at end of file |