Merge lp:~mardy/ubuntu-system-settings-online-accounts/add-another into lp:~online-accounts/ubuntu-system-settings-online-accounts/master

Proposed by Alberto Mardegan
Status: Merged
Merged at revision: 197
Proposed branch: lp:~mardy/ubuntu-system-settings-online-accounts/add-another
Merge into: lp:~online-accounts/ubuntu-system-settings-online-accounts/master
Diff against target: 20 lines (+2/-2)
1 file modified
online-accounts-ui/qml/ProviderRequest.qml (+2/-2)
To merge this branch: bzr merge lp:~mardy/ubuntu-system-settings-online-accounts/add-another
Reviewer Review Type Date Requested Status
David Barth (community) Approve
Review via email: mp+237558@code.launchpad.net

Commit message

Fix typo on component name

Also, fix the page title to show the provider name.

Description of the change

Fix typo on component name

Also, fix the page title to show the provider name.

To post a comment you must log in.
Revision history for this message
David Barth (dbarth) :
review: Approve

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
=== modified file 'online-accounts-ui/qml/ProviderRequest.qml'
--- online-accounts-ui/qml/ProviderRequest.qml 2014-09-25 11:40:59 +0000
+++ online-accounts-ui/qml/ProviderRequest.qml 2014-10-08 09:44:58 +0000
@@ -124,14 +124,14 @@
124 provider: providerInfo124 provider: providerInfo
125 onDenied: root.denied()125 onDenied: root.denied()
126 onAllowed: root.grantAccess(accountId)126 onAllowed: root.grantAccess(accountId)
127 onCreateAccount: pageStack.push(accountCreationPage)127 onCreateAccount: pageStack.push(createAccountPageComponent)
128 }128 }
129 }129 }
130130
131 Component {131 Component {
132 id: createAccountPageComponent132 id: createAccountPageComponent
133 Page {133 Page {
134 title: i18n.tr("Accounts")134 title: providerInfo.displayName
135 Loader {135 Loader {
136 anchors.fill: parent136 anchors.fill: parent
137 sourceComponent: accountCreationPage137 sourceComponent: accountCreationPage

Subscribers

People subscribed via source and target branches