Make Old UI/New UI links more verbose

We've seen people get confused about whether the footer link is stating
which UI is currently being viewed (it's not). Rephrasing to "Switch to
{Old,New} UI" removes ambiguity and makes it clear the link is an
action.

Change-Id: I95b48eeb9a95aab21ee2eb4fc47f58b6c2934216
This commit is contained in:
Logan Hanks 2017-07-14 09:49:27 -07:00
parent bb00c97a5c
commit 9ce5e16284
2 changed files with 2 additions and 2 deletions

View File

@ -29,7 +29,7 @@ branchDeletionConfirmationMessage = Do you really want to delete the following b
tagDeletionDialogTitle = Tag Deletion
tagDeletionConfirmationMessage = Do you really want to delete the following tags?
newUi = New UI
newUi = Switch to New UI
notSignedInTitle = Code Review - Session Expired
notSignedInBody = <b>Session Expired</b>\

View File

@ -187,7 +187,7 @@ limitations under the License.
rel="noopener" target="_blank">Send feedback</a>
<template is="dom-if" if="[[_computeShowGwtUiLink(_serverConfig)]]">
|
<a id="gwtLink" href$="[[computeGwtUrl(_path)]]" rel="external">Old UI</a>
<a id="gwtLink" href$="[[computeGwtUrl(_path)]]" rel="external">Switch to Old UI</a>
</template>
| Press &ldquo;?&rdquo; for keyboard shortcuts
</div>