Browse Source

SONAR-8300 change wording

tags/6.2-RC1
Stas Vilchik 7 years ago
parent
commit
e1c88f2465

+ 1
- 1
server/sonar-web/src/main/js/apps/projects/components/FavoriteFilter.js View File

@@ -31,7 +31,7 @@ export default class FavoriteFilter extends React.Component {
<div className="pull-left big-spacer-left">
<div className="button-group">
<Link to="/projects/favorite" className="button" activeClassName="button-active">
{translate('favorite')}
{translate('my_favorite')}
</Link>
<IndexLink to="/projects" className="button" activeClassName="button-active">
{translate('all')}

+ 1
- 0
sonar-core/src/main/resources/org/sonar/l10n/core.properties View File

@@ -100,6 +100,7 @@ minor=Minor
more=More
more_actions=More Actions
moreCriteria=+ More Criteria
my_favorite=My Favorite
name=Name
name_too_long_x=Name is too long (maximum is {0} characters)
navigation=Navigation

Loading…
Cancel
Save