提交 bf17a59c 编写于 作者: R Ramya Achutha Rao

Updated rated by msg for single reviewer Fixes #39651

上级 cac292bc
......@@ -143,7 +143,7 @@ export class RatingsWidget implements IDisposable {
const count = append(this.container, $('span.count'));
count.textContent = String(rating);
this.container.title = localize('ratedByUsers', "Rated by {0} users", this.extension.ratingCount);
this.container.title = this.extension.ratingCount > 1 ? localize('ratedByUsers', "Rated by {0} users", this.extension.ratingCount) : localize('ratedBySingleUser', "Rated by 1 user");
} else {
for (let i = 1; i <= 5; i++) {
if (rating >= i) {
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册