Add missing 'of' in order description

Change-Id: I08e6ce822f81b7bad50b7d68293dcf4d1d09e888
This commit is contained in:
Jeremy Liu 2017-04-06 19:22:37 -07:00
parent 4cd3c2c790
commit 1eeebeb9d0
1 changed files with 1 additions and 1 deletions

View File

@ -155,7 +155,7 @@ class Order(resource.Resource):
),
PASS_PHRASE: properties.Schema(
properties.Schema.STRING,
_('The passphrase the created key. Can be set only '
_('The passphrase of the created key. Can be set only '
'for asymmetric type of order.'),
support_status=support.SupportStatus(version='5.0.0'),
),