Skip to content

Commit

Permalink
update textdomain
Browse files Browse the repository at this point in the history
  • Loading branch information
aurooba committed Feb 21, 2022
1 parent ecee2ca commit 230f670
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/add-button.js
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ function AddNewPostButton({ postType, newPost, addNewLabel, singleLabel }) {
{sprintf(
/* translators: %1$s: the phrase "Add New",
%2$s: Name of current post type. */
__("%1$s %2$s", "createwithrani-quick-post-button"),
__("%1$s %2$s", "createwithrani-quickpost"),
addNewLabel,
singleLabel
)}
Expand Down
2 changes: 1 addition & 1 deletion src/duplicate-menu-item.js
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ export function DuplicateMenuItem({ singleLabel, restBase }) {
>
{sprintf(
/* translators: %s: singular label of current post type i.e Page, Post */
__("Duplicate %s", "createwithrani-quick-post-button"),
__("Duplicate %s", "createwithrani-quickpost"),
singleLabel
)}

Expand Down

0 comments on commit 230f670

Please sign in to comment.