Compare commits

..

No commits in common. "ce8170c6ada24985d11a55c0a1eca3a5206d29cb" and "712068a00e0058debe1a8f79191cc74beab13d9f" have entirely different histories.

View File

@ -313,7 +313,7 @@ class UpdaterPage {
}
renderUpdates() {
if (!this.apps.length) return this.empty('No apps installed yet — add one from the App Center and its updates will show up here.');
if (!this.apps.length) return this.empty('No installed apps to track.');
const rows = this.apps.map(a => {
const cur = this.escape(a.current_version || a.current_image || '—');
const avail = a.update_available ? this.escape(a.available_version || a.available_image || 'newer') : null;