Skip to content

Commit

Permalink
LPS-22951 Fix Language Key
Browse files Browse the repository at this point in the history
  • Loading branch information
shinnlok authored and brianchandotcom committed Nov 10, 2011
1 parent aadf438 commit a49beea
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
<c:choose>
<c:when test="<%= user2 != null %>">
<div class="portlet-msg-error">
<liferay-ui:message key="this-application-will-only-function-when-placed-on-a-site-or-organization-page" />
<liferay-ui:message key="this-application-will-only-function-when-placed-on-a-site-page" />
</div>
</c:when>
<c:otherwise>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
<c:choose>
<c:when test="<%= group.isUser() %>">
<div class="portlet-msg-error">
<liferay-ui:message key="this-application-will-only-function-when-placed-on-a-site-or-organization-page" />
<liferay-ui:message key="this-application-will-only-function-when-placed-on-a-site-page" />
</div>
</c:when>
<c:otherwise>
Expand Down

0 comments on commit a49beea

Please sign in to comment.