mirror of
https://gerrit.wikimedia.org/r/mediawiki/extensions/Echo
synced 2024-11-27 09:10:12 +00:00
Fix grammar in push notification delete api string
Follow-up from Ia6c17588ee94e6be74e5e3a75eb33e38f172fc93. Change-Id: I7ae5a4fb9dad7dc89b0d0a7292c5f87aec225698
This commit is contained in:
parent
763e7ab1bb
commit
e1c1e89ade
|
@ -35,7 +35,7 @@
|
|||
"apihelp-echopushsubscriptions+create-param-provider": "The push service provider for which to register a token.",
|
||||
"apihelp-echopushsubscriptions+create-param-providertoken": "The token to register.",
|
||||
"apihelp-echopushsubscriptions+create-example": "Register a push subscription for the current user.",
|
||||
"apihelp-echopushsubscriptions+delete-summary": "Unregister a push subscriptions for the current user or another specified user.",
|
||||
"apihelp-echopushsubscriptions+delete-summary": "Unregister push subscriptions for the current user or another specified user.",
|
||||
"apihelp-echopushsubscriptions+delete-param-providertoken": "The token associated with the push subscription to unregister.",
|
||||
"apihelp-echopushsubscriptions+delete-param-centraluserid": "The central user ID associated with the subscription to unregister.",
|
||||
"apihelp-echopushsubscriptions+delete-example": "Unregister a push subscription for the current user.",
|
||||
|
|
Loading…
Reference in a new issue