You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
varbreakdown=`${storageTransferCount} storage file(s)`+(dataTransferCount>0 ? ` and ${dataTransferCount} data file(s)` : "");
151
+
140
152
showPrompt("Install App from Files",
141
-
`Install app "${app.name}" (${app.id}) version ${app.version}?\n\nWill transfer ${transferCount} file(s) from metadata.\n\nThis will delete the existing version if installed.`
153
+
`Install app "${app.name}" (${app.id}) version ${app.version}?\n\nWill transfer ${breakdown} from metadata.\n\nThis will delete the existing version if installed.`
0 commit comments