|
@@ -100,7 +100,7 @@ class AIChatTranslateResultItem: NSCollectionViewItem {
|
|
|
self.errorTipLabel.font = NSFont.SFProTextRegularFont(12)
|
|
|
|
|
|
self.titleLabel1.stringValue = NSLocalizedString("You will cost:", comment: "")
|
|
|
- self.creditTipLabel.stringValue = NSLocalizedString("Tip: 2 credit for each 10,000 characters", comment: "")
|
|
|
+ self.creditTipLabel.stringValue = NSLocalizedString("Tip: 2 credits for each 10,000 characters", comment: "")
|
|
|
self.errorTipLabel.stringValue = NSLocalizedString("Insufficient credit", comment: "")
|
|
|
|
|
|
self.cancelBtn.title = NSLocalizedString("Cancel", comment: "")
|