deliver/lib/deliver/upload_screenshots.rb in fastlane-2.196.0 vs deliver/lib/deliver/upload_screenshots.rb in fastlane-2.197.0

- old
+ new

@@ -155,10 +155,10 @@ worker.start UI.verbose('Uploading jobs are completed') - Helper.show_loading_indicator("Waiting for all the screenshots processed...") + Helper.show_loading_indicator("Waiting for all the screenshots to finish being processed...") states = wait_for_complete(iterator) Helper.hide_loading_indicator retry_upload_screenshots_if_needed(iterator, states, total_number_of_screenshots, tries, localizations, screenshots_per_language) UI.message("Successfully uploaded all screenshots")