@bigbinary/neeto-api-keys-frontend 1.1.14 → 1.1.15

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -10,7 +10,8 @@
10
10
  "updateApiKey": "Edit API key"
11
11
  },
12
12
  "noData": {
13
- "title": "There are no API Keys"
13
+ "title": "There are no API Keys to show.",
14
+ "helpText": "Here is how you can <helpLink>create an API Key</helpLink>."
14
15
  },
15
16
  "alert": {
16
17
  "titles": {
@@ -37,6 +38,8 @@
37
38
  "copiedToClipboard": "API key has been copied to clipboard"
38
39
  },
39
40
  "tooltips": {
41
+ "apiKeys": "API Keys",
42
+ "apiKeysDescription": "Create API keys to make use of public APIs",
40
43
  "copyToClipboard": "Copy to clipboard"
41
44
  },
42
45
  "table": {
@@ -51,7 +54,7 @@
51
54
  "fields": {
52
55
  "label": "Label",
53
56
  "expiryDate": "Expiry date",
54
- "neverExpire": "Never expire"
57
+ "neverExpire": "Never expires"
55
58
  },
56
59
  "validations": {
57
60
  "expiry": "$t(neetoApiKeys.fields.expiryDate) should be at least {{date}}",