Skip to content

Commit

Permalink
image update
Browse files Browse the repository at this point in the history
  • Loading branch information
Shriyanshagro committed Jun 10, 2018
1 parent 429db7f commit b123f19
Show file tree
Hide file tree
Showing 6 changed files with 4 additions and 3 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -40,3 +40,4 @@ Pipfile
.DS_Store
docs/_build/
selenium-screenshot*.png
docs/_screenshots*
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion src/collective/ifttt/browser/controlpanel.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
class IftttControlPanelForm(RegistryEditForm):
schema = ICollectiveIFtttSettings
schema_prefix = 'ifttt'
label = _(u'Ifttt Settings')
label = _(u'IFTTT Settings')


IftttControlPanelView = layout.wrap_form(
Expand Down
2 changes: 1 addition & 1 deletion src/collective/ifttt/interfaces.py
Original file line number Diff line number Diff line change
Expand Up @@ -17,5 +17,5 @@ class ICollectiveIFtttSettings(Interface):

ifttt_secret_key = schema.TextLine(
title=_(u'Secret Key'),
description=_(u'Register Ifttt"s secret key'),
description=_(u'Register an IFTTT secret key'),
)
2 changes: 1 addition & 1 deletion src/collective/ifttt/profiles/default/controlpanel.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<object name="portal_controlpanel" meta_type="IFTTT Control Panel Tool"
i18n:domain="plone" xmlns:i18n="http://xml.zope.org/namespaces/i18n">
<configlet
title="Ifttt Settings"
title="IFTTT Settings"
action_id="collectiveifttt-controlpanel"
appId="collectiveifttt-controlpanel"
category="Products"
Expand Down

0 comments on commit b123f19

Please sign in to comment.