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:
parent
bb00c97a5c
commit
9ce5e16284
@ -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>\
|
||||
|
@ -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 “?” for keyboard shortcuts
|
||||
</div>
|
||||
|
Loading…
x
Reference in New Issue
Block a user