Skip to content

Commit

Permalink
Move some more strings into general sharing scope
Browse files Browse the repository at this point in the history
  • Loading branch information
Klaus Zanders committed Jun 27, 2024
1 parent 3986d81 commit fef400e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
3 changes: 1 addition & 2 deletions config/locales/js-en.yml
Original file line number Diff line number Diff line change
Expand Up @@ -991,10 +991,10 @@ en:
wiki_link: "Link to a Wiki page"
image: "Image"
sharing:
share: "Share"
selected_count: "%{count} selected"
selection:
mixed: "Mixed"

work_packages:
bulk_actions:
move: "Bulk change of project"
Expand Down Expand Up @@ -1151,7 +1151,6 @@ en:
is_parent: "The dates of this work package are automatically deduced from its children. Activate 'Manual scheduling' to set the dates."
is_switched_from_manual_to_automatic: "The dates of this work package may need to be recalculated after switching from manual to automatic scheduling due to relationships with other work packages."
sharing:
share: "Share"
title: "Share work package"
show_all_users: "Show all users with whom the work package has been shared with"
upsale:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ export class WorkPackageShareButtonComponent extends UntilDestroyedMixin impleme
shareCount$:Observable<number>;

public text = {
share: this.I18n.t('js.work_packages.sharing.share'),
share: this.I18n.t('js.sharing.share'),
};

constructor(
Expand Down

0 comments on commit fef400e

Please sign in to comment.