Untranslated string in OA dialog

Bug #1399015 reported by Víctor R. Ruiz
6
This bug affects 1 person
Affects Status Importance Assigned to Milestone
Online Accounts setup for Ubuntu Touch
Fix Released
Undecided
Alberto Mardegan

Bug Description

Test case.
- Switch to Spanish.
- Open Ubuntu System Settings.
- Add Facebook credentials.
- Edit account to remove Facebook permissions.
- Open Facebook.

Expected result.
- Permission dialog appears completely in Spanish.

Actual result.
- "Account" is shown untranslated.

current build number: 171
device name: krillin
channel: ubuntu-touch/ubuntu-rtm/14.09-proposed

Revision history for this message
Víctor R. Ruiz (vrruiz) wrote :
tags: added: qa-daily-testing touch
description: updated
Víctor R. Ruiz (vrruiz)
tags: added: rtm14 touch-l10n
Revision history for this message
Albert Astals Cid (aacid) wrote :

AFAICS this comes from

        Label {
            id: accountLabel
            objectName: "accountLabel"
            anchors.left: parent.left
            anchors.right: parent.right
            visible: model.count == 1
            horizontalAlignment: Text.AlignHCenter
            text: model.get(0, "displayName")
        }

in online-accounts-ui/qml/AuthorizationPage.qml

Changed in ubuntu-system-settings-online-accounts:
status: New → Confirmed
Revision history for this message
Alberto Mardegan (mardy) wrote :

This bug disappeared when we refactored the page.

Changed in ubuntu-system-settings-online-accounts:
status: Confirmed → Fix Released
assignee: nobody → Alberto Mardegan (mardy)
To post a comment you must log in.
This report contains Public information  
Everyone can see this information.

Other bug subscribers

Remote bug watches

Bug watches keep track of this bug in other bug trackers.