diff options
author | Stas Vilchik <vilchiks@gmail.com> | 2015-06-22 11:10:30 +0200 |
---|---|---|
committer | Stas Vilchik <vilchiks@gmail.com> | 2015-06-22 11:10:37 +0200 |
commit | 4c899142d0af52e729e2a3903fbe23e09c309276 (patch) | |
tree | 93c93a6f8a2a634fc64e0049a97d033c0d4b07b9 /server/sonar-web/src/main/js/apps/quality-profiles/templates/quality-profile-changelog.hbs | |
parent | 58909c760e9fb30aef671a3d637a4a63d34dd013 (diff) | |
download | sonarqube-4c899142d0af52e729e2a3903fbe23e09c309276.tar.gz sonarqube-4c899142d0af52e729e2a3903fbe23e09c309276.zip |
SONAR-5851 apply ui feedback
Diffstat (limited to 'server/sonar-web/src/main/js/apps/quality-profiles/templates/quality-profile-changelog.hbs')
-rw-r--r-- | server/sonar-web/src/main/js/apps/quality-profiles/templates/quality-profile-changelog.hbs | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/server/sonar-web/src/main/js/apps/quality-profiles/templates/quality-profile-changelog.hbs b/server/sonar-web/src/main/js/apps/quality-profiles/templates/quality-profile-changelog.hbs index 92d87282448..cde03590a6c 100644 --- a/server/sonar-web/src/main/js/apps/quality-profiles/templates/quality-profile-changelog.hbs +++ b/server/sonar-web/src/main/js/apps/quality-profiles/templates/quality-profile-changelog.hbs @@ -6,9 +6,9 @@ <form class="spacer-bottom" id="quality-profile-changelog-form"> {{t 'quality_profiles.changelog_from'}} - <input name="since" type="text" value="{{eventsParameters.since}}" placeholder="1970-01-31"> + <input name="since" type="text" value="{{eventsParameters.since}}" placeholder="{{t 'optional'}}"> {{t 'to'}} - <input name="to" type="text" value="{{eventsParameters.to}}" placeholder="1970-01-31"> + <input name="to" type="text" value="{{eventsParameters.to}}" placeholder="{{t 'optional'}}"> <button id="quality-profile-changelog-form-submit">{{t 'search_verb'}}</button> </form> |