Skip to content

Commit

Permalink
Use correct localization conatant (eclipse-che#4520)
Browse files Browse the repository at this point in the history
Signed-off-by: Vitalii Parfonov <vparfonov@codenvy.com>
  • Loading branch information
Vitalii Parfonov authored Mar 22, 2017
1 parent e2c46f2 commit 141d996
Showing 1 changed file with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
<!DOCTYPE ui:UiBinder SYSTEM "http://dl.google.com/gwt/DTD/xhtml.ent">
<ui:UiBinder xmlns:ui='urn:ui:com.google.gwt.uibinder'
xmlns:g='urn:import:com.google.gwt.user.client.ui'>
<ui:with field='locale' type='org.eclipse.che.plugin.svn.ide.SubversionExtensionLocalizationConstants'/>
<ui:with field='locale' type='org.eclipse.che.ide.CoreLocalizationConstant'/>
<ui:style>
.emptyBorder {
margin: 6px;
Expand All @@ -22,13 +22,13 @@
<g:DockLayoutPanel unit="PX" width="300px" height="50px" addStyleNames="{style.emptyBorder}" debugId="git-compare-branch-mainForm">
<g:north size="30">
<g:HorizontalPanel verticalAlignment="ALIGN_MIDDLE">
<g:Label width="70px" text="{locale.credentialsDialogUsername}"/>
<g:Label width="70px" text="{locale.authenticationDialogUsername}"/>
<g:TextBox width="180px" ui:field="usernameTextBox"/>
</g:HorizontalPanel>
</g:north>
<g:north size="30">
<g:HorizontalPanel verticalAlignment="ALIGN_MIDDLE">
<g:Label width="70px" text="{locale.credentialsDialogPassword}"/>
<g:Label width="70px" text="{locale.authenticationDialogPassword}"/>
<g:PasswordTextBox width="180px" ui:field="passwordTextBox"/>
</g:HorizontalPanel>
</g:north>
Expand Down

0 comments on commit 141d996

Please sign in to comment.