Skip to content

Commit

Permalink
Wording
Browse files Browse the repository at this point in the history
  • Loading branch information
yurabakhtin committed Oct 18, 2024
1 parent 740fde3 commit f5f8b5c
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions models/ConfigureForm.php
Original file line number Diff line number Diff line change
Expand Up @@ -148,9 +148,9 @@ public function attributeLabels()
'humhubInstallId' => Yii::t('FcmPushModule.base', 'Install ID'),
'humhubApiKey' => Yii::t('FcmPushModule.base', 'API Key'),
'senderId' => Yii::t('FcmPushModule.base', 'Sender ID'),
'firebaseApiKey' => Yii::t('FcmPushModule.base', 'API Key'),
'firebaseAppId' => Yii::t('FcmPushModule.base', 'Application ID'),
'firebaseVapidKey' => Yii::t('FcmPushModule.base', 'VAPID key (Voluntary Application Server Identification)'),
'firebaseApiKey' => Yii::t('FcmPushModule.base', 'Web API Key'),
'firebaseAppId' => Yii::t('FcmPushModule.base', 'Web App ID'),
'firebaseVapidKey' => Yii::t('FcmPushModule.base', 'Key pair of the Web Push certificates'),
'json' => Yii::t('FcmPushModule.base', 'Service Account (JSON file)'),
'serverKey' => Yii::t('FcmPushModule.base', 'Cloud Messaging API (Legacy)'),
'disableAuthChoicesIos' => Yii::t('FcmPushModule.base', 'Disable AuthChoices on iOS App'),
Expand Down

0 comments on commit f5f8b5c

Please sign in to comment.