~ubuntu-clock-dev/ubuntu-clock-app/reboot-packaging

« back to all changes in this revision

Viewing changes to app/ubuntu-clock-app.qml

Bare working version

Show diffs side-by-side

added added

removed removed

Lines of Context:
117
117
              #TODO: The bottom edge title should reflect the time to the next
118
118
              alarm. For instance it should read "Next alarm in 9h23m".
119
119
            */
120
 
            bottomEdgeTitle: i18n.tr("Test Hurray Alarm in ..")
 
120
            bottomEdgeTitle: i18n.tr("Next Alarm in ..")
121
121
            bottomEdgePageComponent: AlarmPage {}
122
122
        }
123
123
    }