mirror of
https://github.com/gristlabs/grist-core.git
synced 2026-03-02 04:09:24 +00:00
(core) adapt some translation keys after reorganization
Summary: adapt some translation keys after reorganization in https://github.com/gristlabs/grist-core/pull/367 Test Plan: existing tests Reviewers: georgegevoian Reviewed By: georgegevoian Differential Revision: https://phab.getgrist.com/D3753
This commit is contained in:
@@ -104,7 +104,9 @@ export class ApiKey extends Disposable {
|
||||
|
||||
private _getDescription(): string {
|
||||
return t(
|
||||
!this._anonymous ? 'OwnAPIKey' : 'AnonymousAPIkey'
|
||||
!this._anonymous ?
|
||||
'This API key can be used to access your account via the API. Don’t share your API key with anyone.' :
|
||||
'This API key can be used to access this account anonymously via the API.'
|
||||
);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user