From 851a35e5a2c7491c424d0f4490eb824be8d72696 Mon Sep 17 00:00:00 2001 From: Mark Crane Date: Thu, 16 Jan 2014 18:44:22 +0000 Subject: [PATCH] Fix the api key label. --- core/users/app_languages.php | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/core/users/app_languages.php b/core/users/app_languages.php index 35794d49cc..83435d6548 100644 --- a/core/users/app_languages.php +++ b/core/users/app_languages.php @@ -162,6 +162,14 @@ $text['label-permission_description']['pt-pt'] = "Descrição"; $text['label-permission_description']['fr-fr'] = "Description"; + $text['label-api_key']['en-us'] = "API Key"; + $text['label-api_key']['pt-pt'] = "API Key"; + $text['label-api_key']['fr-fr'] = "API Key"; + + $text['description-api_key']['en-us'] = "Enter the API key is often a UUID. The API key should be 128 bit or greater."; + $text['description-api_key']['pt-pt'] = ""; + $text['description-api_key']['fr-fr'] = ""; + $text['description-contact']['en-us'] = "Assign a contact to this user account."; $text['description-contact']['pt-pt'] = "Atribuir um contacto a esta conta de utilizador."; $text['description-contact']['fr-fr'] = "Attacher un contact à ce compte utilisateur";