fastlane/lib/fastlane/actions/appaloosa.rb in fastlane-2.44.1 vs fastlane/lib/fastlane/actions/appaloosa.rb in fastlane-2.45.0.beta.20170706010014
- old
+ new
@@ -205,15 +205,15 @@
env_name: 'FL_APPALOOSA_SCREENSHOTS',
description: 'Add some screenshots application to your store or hit [enter]',
default_value: Actions.lane_context[SharedValues::SNAPSHOT_SCREENSHOTS_PATH]),
FastlaneCore::ConfigItem.new(key: :locale,
env_name: 'FL_APPALOOSA_LOCALE',
- description: 'Select the folder locale for yours screenshots',
+ description: 'Select the folder locale for your screenshots',
default_value: 'en-US',
optional: true),
FastlaneCore::ConfigItem.new(key: :device,
env_name: 'FL_APPALOOSA_DEVICE',
- description: 'Select the device format for yours screenshots',
+ description: 'Select the device format for your screenshots',
optional: true),
FastlaneCore::ConfigItem.new(key: :description,
env_name: 'FL_APPALOOSA_DESCRIPTION',
description: 'Your app description',
optional: true)