mirror of
https://github.com/discourse/discourse.git
synced 2025-01-31 05:29:30 +08:00
copyedit on category drop down
This commit is contained in:
parent
6bcdc3ba4b
commit
7dce8290ed
|
@ -2040,7 +2040,7 @@ bs_BA:
|
||||||
category:
|
category:
|
||||||
can: 'can… '
|
can: 'can… '
|
||||||
none: '(no category)'
|
none: '(no category)'
|
||||||
choose: 'Select a category…'
|
choose: 'category…'
|
||||||
edit: 'edit'
|
edit: 'edit'
|
||||||
edit_long: "Edit"
|
edit_long: "Edit"
|
||||||
view: 'View Topics in Category'
|
view: 'View Topics in Category'
|
||||||
|
|
|
@ -2213,7 +2213,7 @@ en:
|
||||||
can: 'can… '
|
can: 'can… '
|
||||||
none: '(no category)'
|
none: '(no category)'
|
||||||
all: 'All categories'
|
all: 'All categories'
|
||||||
choose: 'Select a category…'
|
choose: 'category…'
|
||||||
edit: 'edit'
|
edit: 'edit'
|
||||||
edit_long: "Edit"
|
edit_long: "Edit"
|
||||||
view: 'View Topics in Category'
|
view: 'View Topics in Category'
|
||||||
|
|
|
@ -99,7 +99,7 @@ componentTest("with allowUncategorized=null", {
|
||||||
this.get("subject")
|
this.get("subject")
|
||||||
.header()
|
.header()
|
||||||
.title(),
|
.title(),
|
||||||
"Select a category"
|
"category"
|
||||||
);
|
);
|
||||||
});
|
});
|
||||||
}
|
}
|
||||||
|
@ -124,7 +124,7 @@ componentTest("with allowUncategorized=null rootNone=true", {
|
||||||
this.get("subject")
|
this.get("subject")
|
||||||
.header()
|
.header()
|
||||||
.title(),
|
.title(),
|
||||||
"Select a category"
|
"category"
|
||||||
);
|
);
|
||||||
});
|
});
|
||||||
}
|
}
|
||||||
|
@ -151,7 +151,7 @@ componentTest("with disallowed uncategorized, rootNone and rootNoneLabel", {
|
||||||
this.get("subject")
|
this.get("subject")
|
||||||
.header()
|
.header()
|
||||||
.title(),
|
.title(),
|
||||||
"Select a category"
|
"category"
|
||||||
);
|
);
|
||||||
});
|
});
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue
Block a user